diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 38cce14d..caff69c3 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -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: