- correct variables in tag push

This commit is contained in:
Ulf Gebhardt 2021-02-08 17:31:27 +01:00
parent 4943ed4628
commit 697194e1b9
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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"