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 80d36aa commit 419a5edCopy full SHA for 419a5ed
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
- run: yarn
27
- run: npm run test --if-present
28
- - run: npx semantic-release
+ - run: yarn semantic-release
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments