chore(release): v0.1.30

This commit is contained in:
LGUG2Z
2024-11-02 18:40:30 -07:00
parent 24b43a154c
commit 9a3dbccc89
8 changed files with 149 additions and 143 deletions

View File

@@ -166,7 +166,7 @@ jobs:
fetch-depth: 0
- shell: bash
run: |
TAG=${{ github.event.release.tag_name }}
TAG=${{ github.ref_name }}
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- uses: actions/download-artifact@v4
- run: |