fix: 使用 jq 以确保可以获取确切的 tag_name.

This commit is contained in:
2025-01-14 09:31:37 +08:00
parent 0f4dd3416d
commit 599c6372d8
2 changed files with 12 additions and 2 deletions

View File

@ -19,6 +19,8 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.CHECK_UPDATES_TOKEN }}
- name: Install dependencies
run: sudo apt-get install -y jq
- name: Check updates
run: chmod +x ./update-version.sh && ./update-version.sh
- name: Get latest version