Skip to content

Commit

Permalink
release: authenticate to node for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Jun 18, 2024
1 parent 789f637 commit 0f9a3eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.HD_CLI_NPM_TOKEN }}

- name: restore the dist directory from cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 0f9a3eb

Please sign in to comment.