Skip to content

Commit

Permalink
chore: add npm config set for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 7, 2025
1 parent ca5affc commit f3567bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
ref: main
- uses: ./.github/actions/prepare
- run: pnpm build
- run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:

Check failure on line 15 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Lint

Expected mapping keys to be in ascending order. 'env' should be before 'run'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f3567bd

Please sign in to comment.