Skip to content

Commit

Permalink
ci: fix setting up credentials to publish a release to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 9, 2024
1 parent 3f7b81a commit ee9bbaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ jobs:
- build

steps:
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: https://registry.npmjs.org

- name: Download artifacts from build
uses: actions/download-artifact@v4
Expand Down

0 comments on commit ee9bbaf

Please sign in to comment.