mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-26 04:26:00 +00:00
github: Fix incorrect line in post-release script
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set env
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user