Skip to content

Commit

Permalink
Merge pull request #30 from consideRatio/pr/npm-creds
Browse files Browse the repository at this point in the history
ci: fix setting up credentials to publish a release to npm
  • Loading branch information
consideRatio authored Jul 9, 2024
2 parents 3f7b81a + ee9bbaf commit ed8ec6a
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 ed8ec6a

Please sign in to comment.