Skip to content

Commit

Permalink
Pull #12857: Make twitter-releasenotes job depend on update-github-page
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanK7 authored and romani committed Mar 18, 2023
1 parent 08c41a9 commit 8b6a0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

publish-releasenotes-twitter:
uses: ./.github/workflows/release-publish-releasenotes-twitter.yml
needs: maven-perform
needs: update-github-page
with:
version: ${{ inputs.version }}
concurrency-group: publish-releasenotes-twitter
Expand Down

0 comments on commit 8b6a0b0

Please sign in to comment.