We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a71912 commit 98987a5Copy full SHA for 98987a5
.github/workflows/latest_game_archive.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: "Creating the archive"
24
run: |
25
- git fetch -t && ./utils/archive.sh
+ git fetch --tags --force && ./utils/archive.sh
26
27
- uses: "marvinpinto/action-automatic-releases@latest"
28
with:
.github/workflows/tag_release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments