Skip to content

Commit

Permalink
build(gha): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 23, 2023
1 parent 6a18702 commit 49e254e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
- uses: ./.github/actions/release
id: release
with:
image: ${{ steps.build.outputs.image }}
version: ${{ steps.version.outputs.version }}
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: ./.github/actions/release
id: release
with:
image: ${{ steps.build.outputs.image }}
version: ${{ steps.version.outputs.version }}

rebase-prs:
Expand Down

0 comments on commit 49e254e

Please sign in to comment.