github: Fix incorrect line in post-release script

This commit is contained in:
ClementTsang 2021-06-26 16:11:40 -04:00
parent 357ef7de18
commit a626eee5a7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set env - name: Set env
run: | run: |
export RELEASE_VERSION=${{ github.event.release.tag_name }} export RELEASE_VERSION=${{ github.event.release.tag_name }}
echo "RELEASE_VERSION=${RELEASE_VERSION:1}" >> $GITHUB_ENV echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_ENV
- name: Test env - name: Test env
run: | run: |