Skip to content

Commit

Permalink
gh-216: Ensure that uploading release artifacts waits for develop to …
Browse files Browse the repository at this point in the history
…be updated (#217)
  • Loading branch information
t92549 committed Apr 4, 2022
1 parent 94d5630 commit fa4677c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
publish-images-to-dockerhub:
runs-on: ubuntu-latest
needs:
- create-release-tag
- update-branches

steps:
- uses: actions/checkout@v2
Expand All @@ -135,7 +135,7 @@ jobs:
create-release-notes:
runs-on: ubuntu-latest
needs:
- create-release-tag
- update-branches

outputs:
release_upload_url: ${{ steps.upload_notes.outputs.upload_url }}
Expand Down

0 comments on commit fa4677c

Please sign in to comment.