From b467ce308006e3078f164e1bf29a15fd2fee8d66 Mon Sep 17 00:00:00 2001 From: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Date: Wed, 30 Nov 2022 10:03:12 +0000 Subject: [PATCH] Update nym-release-publish.yml --- .github/workflows/nym-release-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nym-release-publish.yml b/.github/workflows/nym-release-publish.yml index 1f782e9a4e..282562b26b 100644 --- a/.github/workflows/nym-release-publish.yml +++ b/.github/workflows/nym-release-publish.yml @@ -29,7 +29,8 @@ jobs: steps: - uses: actions/checkout@v3 if: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_tag != '' }}" - ref: ${{ github.event.inputs.release_tag }} + with: + ref: ${{ github.event.inputs.release_tag }} - uses: actions/checkout@v3 if: "${{ github.event.inputs.release_tag == '' }}"