Skip to content

Commit

Permalink
gh-225: Fix release action not seeing branch (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed May 6, 2022
1 parent 8715205 commit 828cd34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
publish-images-to-dockerhub:
runs-on: ubuntu-latest
needs:
- create-release-tag
- update-branches

steps:
Expand All @@ -135,6 +136,7 @@ jobs:
create-release-notes:
runs-on: ubuntu-latest
needs:
- create-release-tag
- update-branches

outputs:
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:
upload-release-artifacts:
runs-on: ubuntu-latest
needs:
- create-release-tag
- create-release-notes
strategy:
matrix:
Expand Down

0 comments on commit 828cd34

Please sign in to comment.