Skip to content

Commit

Permalink
ci: fix input passing to build-images
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 26, 2023
1 parent 56e68d0 commit 504e587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
build-images:
needs: release-pr
uses: ./.github/workflows/build-images.yml
with:
is_pull_request: ${{ release-pr.releases_created }}
sem_ver: ${{ release-pr.major }}.${{ release-pr.minor }}.${{ release-pr.patch }}
secrets: inherit

0 comments on commit 504e587

Please sign in to comment.