Skip to content

Commit

Permalink
auth npm to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Sep 20, 2022
1 parent 57dfd1d commit 5305037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: 14
yarn-version: 1.22.19
registry-url: https://registry.npmjs.org
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/checkout@v3
- run: yarn install
- run: yarn build
Expand All @@ -26,4 +29,3 @@ jobs:
npm_publish: yarn publish
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5305037

Please sign in to comment.