Skip to content

Commit

Permalink
chore(ci): fix npm auth token env var for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
irudoy committed Jan 15, 2021
1 parent f3cd337 commit 71a2300
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn install
- run: yarn test:only --bail --ci
- run: yarn publish --non-interactive
env:
YARN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: YARN_AUTH_TOKEN=${{ secrets.NPM_TOKEN }} yarn publish --non-interactive

0 comments on commit 71a2300

Please sign in to comment.