fix: open source? how dare we

This commit is contained in:
JohnsonRan
2025-08-13 11:17:06 +08:00
parent 35759481df
commit 49709deb32
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout source code
run: |
git clone https://${{ secrets.REPO_URL }}.git .
git clone https://${{ secrets.PUSH_TOKEN }}@${{ secrets.REPO_URL }}.git .
- name: Extract version from tag
id: version