Skip to content

Commit

Permalink
try always-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 13, 2024
1 parent c6f1858 commit 9a50f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: "21"
registry-url: "https://registry.npmjs.org"
always-auth: true

- name: Check if version has been updated
id: check
Expand All @@ -28,7 +29,7 @@ jobs:
run: npm install -g pnpm
- name: print file to debug
run: ls
- run: cat ~.npmrc
- run: cat .npmrc

- name: Install dependencies
if: steps.check.outputs.changed
Expand Down

0 comments on commit 9a50f7a

Please sign in to comment.