diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0dd4697..3193580 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,8 +19,9 @@ jobs: }) } catch (error) { - core.setFailed("Could not find a release for version " + ver) + core.setFailed("Could not find a release for tag '" + tag + "'.") } + # VERIFY THAT THE TAG DOES NOT ALREADY EXIST? - name: Checkout uses: actions/checkout@v2