diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da9e1e7e..20204906 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,9 @@ jobs: - name: Get the version id: get_version - run: echo "::set-output name=VERSION::$env:GITHUB_REF.Replace('refs/tags/v', '')" + run: | + $version = $env:GITHUB_REF.Replace('refs/tags/v', '') + echo "::set-output name=VERSION::$version" - name: Create Release id: create_release