Skip to content

Commit 8b15906

Browse files
Fix bump_versions action in release automation
1 parent 7fc3009 commit 8b15906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AutomateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
bump_versions:
9292
name: Bump versions
93-
needs: unlock-branch
93+
needs: [release, unlock-branch]
9494
uses: ./.github/workflows/bump-versions.yaml
9595
permissions:
9696
contents: write

0 commit comments

Comments
 (0)