From c98b333fe5bae587696cd6867e56bd23fa9d6661 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Tue, 22 Apr 2025 21:38:30 +0200 Subject: [PATCH] fetch depth --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df322ff..3c1fdeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |