Skip to content

Commit

Permalink
ci(fix): use ref input for manually triggered workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Oct 10, 2024
1 parent 06ab047 commit 5179751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Publish from release
if: github.event_name == 'release'
uses: qua-platform/quam/.github/workflows/reusable-build.yaml@main
with:
ref: ${{inputs.ref}}
build-manually:
name: Publish from manual trigger
if: github.event_name == 'workflow_dispatch'
uses: qua-platform/quam/.github/workflows/reusable-build.yaml@main
with:
ref: ${{inputs.ref}}

release:
name: Release package to PyPi
Expand Down

0 comments on commit 5179751

Please sign in to comment.