mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Fix release CI
This commit is contained in:
1
.github/workflows/deploy1.yml
vendored
1
.github/workflows/deploy1.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
- uses: "actions/checkout@v4"
|
- uses: "actions/checkout@v4"
|
||||||
with: # Ensure we are not in a detached HEAD state
|
with: # Ensure we are not in a detached HEAD state
|
||||||
ref: "master"
|
ref: "master"
|
||||||
|
token: "${{ secrets.GH_PAT }}"
|
||||||
# Check that the tag commit is the latest master commit
|
# Check that the tag commit is the latest master commit
|
||||||
- run: |
|
- run: |
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
|
|||||||
Reference in New Issue
Block a user