Skip to content

Commit a02b0cf

Browse files
committed
update semantic release action
1 parent b2e80d7 commit a02b0cf

File tree

2 files changed

+8514
-31
lines changed

2 files changed

+8514
-31
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: node bin/update-badge
5252

5353
- name: Semantic Release 🚀
54-
uses: cycjimmy/semantic-release-action@v2
54+
uses: cycjimmy/semantic-release-action@v3
55+
if: github.ref == 'refs/heads/master'
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5758
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)