Skip to content

Commit 30c4ddb

Browse files
committed
fix: tagging wrong release
1 parent 694d8a8 commit 30c4ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Release
5656
run: |
5757
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
58-
pnpm publish --tag next --publish-branch v2 --no-git-checks
58+
pnpm publish --no-git-checks
5959
env:
6060
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)