Skip to content

Commit

Permalink
Merge pull request #118 from gonzolino/needs-release
Browse files Browse the repository at this point in the history
fix: Add missing dependency between release and deploy jobs
  • Loading branch information
mergify[bot] authored Feb 21, 2023
2 parents 3011150 + 04aa043 commit aaec105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
deploy:
if: ${{ needs.release-please.outputs.release_created }}
name: Deploy Cloud Function
needs: release-please
runs-on: ubuntu-latest
permissions:
contents: "read"
Expand Down

0 comments on commit aaec105

Please sign in to comment.