Skip to content

Commit

Permalink
fix: add setup-node to github action so npm can use our token correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Aug 5, 2023
1 parent 1c1c746 commit 75f28f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
files: |
dist/cores/*
dist/*.zip
- uses: actions/setup-node@v3
with:
node-version: '20.5.0'
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 75f28f8

Please sign in to comment.