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 41dd92d commit 844cd65Copy full SHA for 844cd65
1 file changed
.github/workflows/node.js.yml
@@ -26,3 +26,10 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
- run: npm ci
28
- run: npm test
29
+ - name: Semantic Release
30
+ uses: cycjimmy/semantic-release-action@v2
31
+ with:
32
+ dry_run: true
33
+ env:
34
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments