We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110a910 commit 4c15279Copy full SHA for 4c15279
.github/workflows/default.yml
@@ -96,13 +96,8 @@ jobs:
96
97
- name: Build Release
98
run: pnpm run build:lib
99
-
100
- - name: Show uncommitted changes (should be empty)
101
- run: |
102
- git status --porcelain=v1
103
- git diff --name-only
104
105
- name: Publish to npmjs
106
- run: pnpm publish --access public
+ run: pnpm publish --access public --no-git-checks # this is necessary because we dont want to commit the version bump
107
env:
108
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments