Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 828cd34

Browse files
authored
gh-225: Fix release action not seeing branch (#226)
1 parent 8715205 commit 828cd34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
publish-images-to-dockerhub:
114114
runs-on: ubuntu-latest
115115
needs:
116+
- create-release-tag
116117
- update-branches
117118

118119
steps:
@@ -135,6 +136,7 @@ jobs:
135136
create-release-notes:
136137
runs-on: ubuntu-latest
137138
needs:
139+
- create-release-tag
138140
- update-branches
139141

140142
outputs:
@@ -168,6 +170,7 @@ jobs:
168170
upload-release-artifacts:
169171
runs-on: ubuntu-latest
170172
needs:
173+
- create-release-tag
171174
- create-release-notes
172175
strategy:
173176
matrix:

0 commit comments

Comments
 (0)