Update nym-release-publish.yml

This commit is contained in:
Mark Sinclair
2022-11-30 10:03:12 +00:00
committed by GitHub
parent dea4d197bd
commit b467ce3080
+2 -1
View File
@@ -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 == '' }}"