Skip to content

Commit

Permalink
chore: fix npm auth in publish-beta workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 30, 2024
1 parent 2127ed3 commit 23451d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
registry-url: 'https://registry.npmjs.org'
node-version: '22.x'
cache: pnpm
- run: pnpm install
- uses: actions/cache@v3
Expand Down

0 comments on commit 23451d0

Please sign in to comment.