fetch depth
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user