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