Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMcBurney committed Sep 19, 2023
1 parent acfef74 commit 0478d2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
with:
Expand All @@ -32,5 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm publish
pnpm publish

0 comments on commit 0478d2d

Please sign in to comment.