Skip to content

Commit 3b01114

Browse files
Fix release CI job (#3933)
looks like we maybe need to explicitly add `draft-release` to the needs section of `update-depends`??
1 parent 73fbce6 commit 3b01114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: 'Publish Release'
6565
runs-on: ubuntu-latest
6666
environment: production
67-
needs: release
67+
needs: [draft-release, release]
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
VERSION: ${{ needs.draft-release.outputs.version }}

0 commit comments

Comments
 (0)