diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 7a074f82..136ca516 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -321,8 +321,8 @@ jobs: - name: Create GitHub Action Release env: - TAG_NAME: v0.1 - RELEASE_NAME: v0.1.${{ github.run_number }} + TAG_NAME: ${{ needs.build.outputs.version_short }} + RELEASE_NAME: ${{ needs.build.outputs.version }} GH_TOKEN: ${{ github.token }} run: | git config user.name "CI build"