Skip to content

Commit 9dc4197

Browse files
authored
Merge pull request #4 from mau-herrera/maherr/ci-github-actions
ci(github workflow): adding Semantic release
2 parents 6b077e8 + 6fca0be commit 9dc4197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: pnpm build
3737
- name: Generate changelog
3838
run: npx conventional-changelog -p angular -i CHANGELOG.md -s
39-
- name: Release
39+
- name: Semantic Release
40+
uses: cycjimmy/semantic-release-action@v4
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43-
run: npx semantic-release

0 commit comments

Comments
 (0)