Skip to content

Commit

Permalink
Merge pull request #105 from gonzolino/fix-release
Browse files Browse the repository at this point in the history
fix: Set correct dependency between release and label jobs
  • Loading branch information
mergify[bot] authored Feb 21, 2023
2 parents 83831d9 + da3b7fa commit 290a548
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 @@ -21,7 +21,7 @@ jobs:
label:
if: ${{ needs.release-please.outputs.release_created }}
name: Label PR
needs: deploy
needs: release-please
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 290a548

Please sign in to comment.