chore:update publish.yml

This commit is contained in:
2061360308 2023-12-20 00:27:18 +08:00
parent 6782ec369c
commit 52e10551b5

View File

@ -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: |