Skip to content

Commit

Permalink
Update github_master.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Demir <[email protected]>
  • Loading branch information
erdemdmr authored Jan 29, 2024
1 parent 90f9d9d commit 6e8029f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
echo $result
echo "GitHub release ${{env.NEW_RELEASE}} created!"
- name: NPM Version
run: npm version

- uses: actions/setup-node@v4
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- name: NPM publish
run: npm publish
env:
Expand Down

0 comments on commit 6e8029f

Please sign in to comment.