mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-07-01 12:57:25 +00:00
fix: 使用 jq 以确保可以获取确切的 tag_name.
This commit is contained in:
2
.github/workflows/check-updates.yml
vendored
2
.github/workflows/check-updates.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user