From ea1a8ec9af0c24ea5547ccedccc3df55130fd3ed Mon Sep 17 00:00:00 2001 From: mjt320 Date: Thu, 8 Feb 2024 16:23:47 +0000 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d459ac5..b5106ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -105,8 +105,9 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} run: >- + echo "Local version: ${{needs.check_version.outputs.localversion}}" gh release create - v'${{ needs.check_version.outputs.localversion }}' + v${{ needs.check_version.outputs.localversion }} --repo '${{ github.repository }}' --notes "" - name: Upload artifact signatures to GitHub Release