diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bb5b59d..102acb1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -154,5 +154,5 @@ jobs: run: | git config --global user.name 'github-actions' git config --global user.email 'github-actions@github.com' - git tag version/v${{env.GitVersion_SemVer}} - git push version/origin v${{env.GitVersion_SemVer}} \ No newline at end of file + git tag version/v${{env.semVer}} + git push version/origin v${{env.semVer}} \ No newline at end of file