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 committed Jan 29, 2024
1 parent 7238c27 commit 2681195
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
- name: NPM Version
run: npm version

- name: Authenticate with NPM
run: npm adduser
env:
CI: false

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

0 comments on commit 2681195

Please sign in to comment.