ci/cd: fix get previous tag

This commit is contained in:
Xinrea
2025-09-07 19:11:49 +08:00
parent 80a885dbf3
commit 7e54231bef

View File

@@ -93,6 +93,7 @@ jobs:
fi
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
echo "current_tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
shell: bash
- uses: tauri-apps/tauri-action@v0
env: