Skip to content

Commit

Permalink
ci: npm auth issue fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent c970232 commit 4244567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: pnpm i
Expand All @@ -37,4 +38,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4244567

Please sign in to comment.