Skip to content

Commit 0190478

Browse files
committed
fix: stupid
1 parent bd73e6a commit 0190478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-on-version-bump.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- run: yarn build
2020
- run: yarn publish
2121
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23-
always-auth: true
22+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2423
- uses: Makepad-fr/[email protected]
2524
with:
2625
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)