We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce6f02 commit 946bd6fCopy full SHA for 946bd6f
.github/workflows/release-on-version-bump.yml
@@ -14,13 +14,13 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version-file: ".nvmrc"
17
- always-auth: true
+ registry-url: "https://registry.npmjs.org"
18
- run: yarn
19
- run: yarn test
20
- run: yarn build
21
- run: yarn publish
22
env:
23
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- uses: Makepad-fr/[email protected]
25
26
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments