Skip to content

Commit

Permalink
Adds npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemdmr committed Feb 6, 2024
1 parent 8de5804 commit 484426c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'


- name: NPM Version
run: npm version

- name: NPM publish
run: npm publish
env:
Expand Down

0 comments on commit 484426c

Please sign in to comment.