From 697194e1b9c8c7646b96e5f8fd9c97fce6701858 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 8 Feb 2021 17:31:27 +0100 Subject: [PATCH] - correct variables in tag push --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c6a05bf2..0a3eba72a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -271,7 +271,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }} - version: ${VERSION} + version: ${{ env.VERSION }} git_commit_sha: ${{ github.sha }} git_tag_prefix: "v" ########################################################################## @@ -282,6 +282,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }} - version: ${BUILD_VERSION} + version: ${{ env.BUILD_VERSION }} git_commit_sha: ${{ github.sha }} git_tag_prefix: "b" \ No newline at end of file