Skip to content

Commit dc87a1b

Browse files
committed
ci: add semver
1 parent d8279c3 commit dc87a1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828
with:
2929
version: latest
3030
args: build --snapshot --rm-dist
31+
- name: Create Git Semver Tag
32+
if: github.ref == 'refs/heads/master'
33+
run: npx semantic-release --branches master -p @semantic-release/commit-analyzer -p @semantic-release/release-notes-generator -p @semantic-release/github

0 commit comments

Comments
 (0)