mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
tweak CI
This commit is contained in:
parent
6bc5d4468d
commit
4054301101
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
release_name: ${{ github.ref }}
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
|
||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
|
||||
- name: Upload release asset
|
||||
id: upload_release_asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
Loading…
Reference in New Issue
Block a user