Skip to content

Commit bec00a6

Browse files
committed
ci: fix broken tag release flow
1 parent 3aa07d4 commit bec00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 24
2727
- run: npm ci
2828
- run: npm run build
29-
#- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}
29+
- run: npm version prerelease --no-git-tag-version --preid ${{ github.ref_name }}-${{ github.sha }}
3030
- run: npm publish --tag=beta
3131
publish-tag:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)