Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclingbyte committed Aug 24, 2024
1 parent ed4e557 commit b5aa4d8
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,12 @@ on:
types: [created]

jobs:
build:
publish:
name: Publish if applicable
runs-on: ubuntu-latest
if: github.repository_owner == 'cyclingbyte'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v2
with:
node-version: 20
- run: npm ci

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit b5aa4d8

Please sign in to comment.