Skip to content

Commit d6edbde

Browse files
committed
ci: removed --tag flag [no ci]
1 parent 08c0c64 commit d6edbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- run: pnpm i
2525

26-
- run: pnpm publish --no-git-checks --tag ${{ github.event.release.tag_name }}
26+
- run: pnpm publish --no-git-checks
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)