Skip to content

Commit 22ca358

Browse files
authored
Merge pull request #5 from stainless-sdks/fix/npm-auth
Remove always-auth from Node setup in workflow
2 parents 7c80de5 + 0fd3bd4 commit 22ca358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: '20'
31-
always-auth: true
3231
registry-url: 'https://registry.npmjs.org'
3332

3433
- name: Install dependencies

0 commit comments

Comments
 (0)