Skip to content

Commit

Permalink
ci: fix trigger packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Mar 13, 2024
1 parent 33cd87c commit 0f7eb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,6 @@ jobs:
- package-msi
- push-docker-manifest
uses: ./.github/workflows/workflow-trigger-packaging.yml
secrets: inherit
with:
create_release: false
2 changes: 1 addition & 1 deletion .github/workflows/workflow-trigger-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
{
"workflow_id": "${{ github.run_id }}",
"otc_version": "${{ steps.version-core.outputs.version }}",
"otc_sumo_version": "${{ steps.sumo-version.outputs.version }}"
"otc_sumo_version": "${{ steps.sumo-version.outputs.version }}",
"release": ${{ inputs.create_release }}
}
Expand Down

0 comments on commit 0f7eb63

Please sign in to comment.