fetch depth
This commit is contained in:
@@ -34,6 +34,15 @@ jobs:
|
|||||||
mkdir -p ./output
|
mkdir -p ./output
|
||||||
python3 SpearheadCompile.py . ./output/spearhead.lua
|
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
|
- name: Generate Release Notes
|
||||||
id: generate_release_notes
|
id: generate_release_notes
|
||||||
run: |
|
run: |
|
||||||
@@ -41,15 +50,6 @@ jobs:
|
|||||||
cat release_notes.txt
|
cat release_notes.txt
|
||||||
shell: bash
|
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
|
# - name: Check Change size PC
|
||||||
# id: retag
|
# id: retag
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user