From 5179751ae6f6ac08b077e1820a124e7d14a1d017 Mon Sep 17 00:00:00 2001 From: Maxim V4S Date: Thu, 10 Oct 2024 13:52:38 +0300 Subject: [PATCH] ci(fix): use ref input for manually triggered workflow --- .github/workflows/release_pypi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index d812d7c..727a7af 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -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