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: |