Skip to content

Commit 33d1a53

Browse files
authored
Update release.yml
1 parent d9ef6c4 commit 33d1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
run: pnpm build
3131

3232
- name: Publish
33-
run: pnpm publish --access public --tag ${{env.GITHUB_REF_NAME}}
33+
run: pnpm publish --access public --tag $GITHUB_REF_NAME --no-git-checks
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)