Skip to content

Commit 63304a7

Browse files
committed
remove version patch b/c it was not the issue why version not updating
1 parent e775a2f commit 63304a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm install
2929
- run: npm run build
30-
- run: npm version patch
3130
- run: npm publish --access public
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)