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 735ca06 commit 42b81bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update Release Number
run: |
Expand Down Expand Up @@ -50,7 +50,10 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci

- name: NPM CI
run: npm ci

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

0 comments on commit 42b81bf

Please sign in to comment.