fix: beta noti discord (#4640)
This commit is contained in:
parent
b8743cfb50
commit
89fc777f0d
@ -63,7 +63,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set version to environment variable
|
- name: Set version to environment variable
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION=${{ needs.get-update-version.outputs.new_version }}" >> $GITHUB_ENV
|
VERSION=${{ needs.get-update-version.outputs.new_version }}
|
||||||
|
VERSION="${VERSION#v}"
|
||||||
|
echo "VERSION=$VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Notify Discord
|
- name: Notify Discord
|
||||||
uses: Ilshidur/action-discord@master
|
uses: Ilshidur/action-discord@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user