From 76354237a2b97226164c8fa4ff9393832865ecbf Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:06:18 +0200 Subject: [PATCH] build: make semantic release GHA need changelog success --- .github/workflows/semantic_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: