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 0190478 commit 9ce6f02Copy full SHA for 9ce6f02
.github/workflows/release-on-version-bump.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version-file: ".nvmrc"
17
+ always-auth: true
18
- run: yarn
19
- run: yarn test
20
- run: yarn build
0 commit comments