mirror of
https://github.com/2061360308/NeteaseCloudMusic_PythonSDK.git
synced 2024-11-22 06:57:42 +00:00
chore:update publish.yml
This commit is contained in:
parent
6782ec369c
commit
52e10551b5
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -23,7 +23,11 @@ jobs:
|
||||
id: get_version
|
||||
run: |
|
||||
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
|
||||
|
||||
- name: Print the version
|
||||
run: |
|
||||
echo ${{ env.VERSION }}
|
||||
echo ${{ github.ref }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user