Skip to content

Commit

Permalink
Add org
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai-Kaskatiiski committed Jul 2, 2024
1 parent f408942 commit ab62978
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org
token: ${{ secrets.NPM_TOKEN }}
scope: '@payarc'
- run: npm ci
- run: npm publish --access=public

- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ab62978

Please sign in to comment.