Skip to content

Commit 844cd65

Browse files
authored
Update node.js.yml
1 parent 41dd92d commit 844cd65

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
2828
- 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

Comments
 (0)