Skip to content

Commit

Permalink
chore: fix? release
Browse files Browse the repository at this point in the history
according to node-setup, this is the way. It didn't work though.
  • Loading branch information
bmario committed Jul 15, 2022
1 parent 4231f28 commit 00f1313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
Expand All @@ -20,4 +20,4 @@ jobs:
- run: yarn install
- run: yarn workspaces foreach npm publish --tolerate-republish --access public
env:
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00f1313

Please sign in to comment.