mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
ci: set-output command is deprecated
This commit is contained in:
@@ -21,7 +21,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Version
|
- name: Get Version
|
||||||
id: get_version
|
id: get_version
|
||||||
uses: battila7/get-version-action@v2
|
run: |
|
||||||
|
VERSION=${GITHUB_REF#refs/tags/}
|
||||||
|
VERSION_WITHOUT_V=${VERSION#v}
|
||||||
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
echo "version-without-v=$VERSION_WITHOUT_V" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Get ChangeLog
|
- name: Get ChangeLog
|
||||||
id: get_changelog
|
id: get_changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user