Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Jan 20, 2024
1 parent 03b862e commit 2208e6e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v3
# with:
# node-version: "20"
# - run: npm ci
# - run: npm run build
# - uses: JS-DevTools/npm-publish@v3
# with:
# token: ${{ secrets.NPM_ACCESS_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
- uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: maliknajjar
Expand Down

0 comments on commit 2208e6e

Please sign in to comment.