Skip to content

Commit

Permalink
build: make semantic release GHA need changelog success
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 4801f33 commit 7b7d1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
author_name: semantic-release
message: "chore: automatically updating changelog [skip ci]"
add: "./CHANGELOG.md"
# determine appropriate version number, update changelog, and create a release commit
# determine appropriate version number and create a release commit
semantic-release:
name: Semantic Release
needs: changelog
runs-on: ubuntu-latest
# concurrency: release
permissions:
Expand Down

0 comments on commit 7b7d1c4

Please sign in to comment.