fetch depth

This commit is contained in:
2025-04-22 21:38:30 +02:00
parent af93a76554
commit c98b333fe5
+9 -9
View File
@@ -34,6 +34,15 @@ jobs:
mkdir -p ./output
python3 SpearheadCompile.py . ./output/spearhead.lua
- name: Calculate Tag
id: tag_version_dry
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: ${{ inputs.change_size }}
custom_release_rules: ""
dry_run: true
- name: Generate Release Notes
id: generate_release_notes
run: |
@@ -41,15 +50,6 @@ jobs:
cat release_notes.txt
shell: bash
# - name: Calculate Tag
# id: tag_version_dry
# uses: mathieudutour/github-tag-action@v6.2
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# default_bump: ${{ inputs.change_size }}
# custom_release_rules: ""
# dry_run: true
# - name: Check Change size PC
# id: retag
# run: |