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 71a2300 commit be8b5dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn install
- run: yarn test:only --bail --ci
- run: YARN_AUTH_TOKEN=${{ secrets.NPM_TOKEN }} yarn publish --non-interactive
- run: yarn publish --non-interactive
env:
YARN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit be8b5dc

Please sign in to comment.