diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index a167d3f..aee63d7 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -153,6 +153,13 @@ jobs: with: fetch-depth: 0 + - name: Get release version + id: version_number + shell: bash + run: | + echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV + echo "::set-output name=RELEASE_VERSION::${GITHUB_REF:10}" + - name: Checkout gh-pages uses: actions/checkout@v3 with: