mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
github: Fix incorrect line in post-release script
This commit is contained in:
parent
357ef7de18
commit
a626eee5a7
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user