Skip to content

Commit e775a2f

Browse files
committed
Test applying version patch in github actions
1 parent 82cf05a commit e775a2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)