Skip to content

Commit

Permalink
MPDZ2-756 fix workflow logic
Browse files Browse the repository at this point in the history
  • Loading branch information
markostreich committed Oct 22, 2024
1 parent 493422d commit c757a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: ./.github/workflows/workflow-build.yaml
with:
tag-name: ${{ github.event.inputs.tag-name }}
publish: ${{ github.event.inputs.publish }}
publish: ${{ github.event.inputs.publish == 'true' }}
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/workflow-build.yaml
with:
tag-name: 'prod'
publish: ${{ github.event.inputs.publish }}
publish: ${{ github.event.inputs.publish == 'true' }}

0 comments on commit c757a8b

Please sign in to comment.