Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun46 committed May 15, 2024
1 parent 7bf48b3 commit 86e276b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: NPM Publish
uses: JS-DevTools/npm-publish@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: '20'

- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: '../'

0 comments on commit 86e276b

Please sign in to comment.