Skip to content

Commit 946bd6f

Browse files
committed
fix: still stupid
1 parent 9ce6f02 commit 946bd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version-file: ".nvmrc"
17-
always-auth: true
17+
registry-url: "https://registry.npmjs.org"
1818
- run: yarn
1919
- run: yarn test
2020
- run: yarn build
2121
- run: yarn publish
2222
env:
23-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- uses: Makepad-fr/[email protected]
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)