Skip to content

Commit

Permalink
fix: Dependencies of release workflow (#54)
Browse files Browse the repository at this point in the history
* fix: Pull installed version

Signed-off-by: Oliver Koenig <[email protected]>

* fix: Don't depend on `bump-next-version`

Signed-off-by: Oliver Koenig <[email protected]>

---------

Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Nov 15, 2024
1 parent 0ba3627 commit 863b43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
--arg CI_COMMIT_BRANCH "$SHA" \
--arg NAME "$NAME" \
--arg BODY "$CHANGELOG" \
--arg PRERELEASE "$IS_PRERELEASE" \
--argjson PRERELEASE "$IS_PRERELEASE" \
'{
"tag_name": $TAG_NAME,
"target_commitish": $CI_COMMIT_BRANCH,
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
assignees: okoenig

notify:
needs: [build-test-publish-wheel, create-gh-release, bump-next-version]
needs: [build-test-publish-wheel, create-gh-release]
runs-on: ubuntu-latest
environment: main
env:
Expand Down

0 comments on commit 863b43d

Please sign in to comment.