Skip to content

Commit

Permalink
ci: attempt to fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent 671c1c0 commit 4b8db72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 20.x
cache: 'pnpm'
scope: '@davstack'
registry-url: 'https://registry.npmjs.org'
registry-url: https://npm.pkg.github.com/

- name: Install Dependencies
run: |
Expand All @@ -45,4 +45,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b8db72

Please sign in to comment.