Skip to content

Commit

Permalink
Merge pull request #45 from thefrontside/auth-npm-to-publish
Browse files Browse the repository at this point in the history
auth npm to publish
  • Loading branch information
jbolda authored Sep 20, 2022
2 parents 57dfd1d + 5305037 commit 31df9cd
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 31df9cd

Please sign in to comment.