diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13e38f8..5b3cbd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,9 +120,11 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Set the release tag environment variable + run: echo RELEASE_TAG=v$SEMVER >> $GITHUB_ENV - name: Create Github release run: | - gh release create "v$SEMVER" + gh release create $RELEASE_TAG