i dont even know

This commit is contained in:
John Doe
2026-01-31 11:22:44 -05:00
parent 16189a4abe
commit 103986f5fb

View File

@@ -20,6 +20,15 @@ jobs:
packages: write
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
repository: Drop-OSS/drop
ref: release-prep
submodules: true
fetch-depth: 3 # fix for when this gets triggered by tag
fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v4
@@ -67,16 +76,6 @@ jobs:
node --version || echo "Node version command failed"
npm --version || echo "NPM version command failed"
echo "PATH: $PATH"
- name: Check out the repo
uses: actions/checkout@v4
with:
repository: Drop-OSS/drop
ref: release-prep
submodules: true
fetch-depth: 3 # fix for when this gets triggered by tag
fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Determine final version
id: get_final_ver