Skip to content

Commit 049a95c

Browse files
authored
Disabling patching for now
1 parent 0bf6306 commit 049a95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: yarn install --frozen-lockfile
3030
- run: yarn build
31-
- run: npm version patch -m "Release %s 📣"
31+
# - run: npm version patch -m "Release %s 📣"
3232
- run: git push
3333

3434
# Publish to npm
@@ -51,4 +51,4 @@ jobs:
5151
# Publish to GitHub Packages
5252
- run: npm publish
5353
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)