Skip to content

Commit

Permalink
chore: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciek Pekala committed Jul 16, 2022
1 parent 42bcccc commit 56e28f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: actions/setup-node@v3
with:
registry-url: "https://npm.pkg.github.com"
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 56e28f2

Please sign in to comment.