Skip to content

Commit

Permalink
Merge pull request #9 from MysticalMike60t/dev
Browse files Browse the repository at this point in the history
Update npm-publish.yml
  • Loading branch information
MysticalMike60t authored Sep 10, 2024
2 parents 78937ea + 9131c55 commit f7c767c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- run: npm ci
- run: npm run build

publish-github-packages:
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://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f7c767c

Please sign in to comment.