We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf6306 commit 049a95cCopy full SHA for 049a95c
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- run: yarn install --frozen-lockfile
30
- run: yarn build
31
- - run: npm version patch -m "Release %s 📣"
+# - run: npm version patch -m "Release %s 📣"
32
- run: git push
33
34
# Publish to npm
@@ -51,4 +51,4 @@ jobs:
51
# Publish to GitHub Packages
52
- run: npm publish
53
env:
54
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments