Skip to content

Commit e5308c6

Browse files
authored
Add step to update version before publishing
1 parent 6fc8ed3 commit e5308c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Build (if applicable)
4242
run: npm run build --if-present
4343

44+
- name: Update the Version
45+
- run: npm version patch
46+
4447
- name: Publish to npm
4548
run: npm publish
4649
env:

0 commit comments

Comments
 (0)