Updated tagging

This commit is contained in:
2025-04-22 18:15:46 +02:00
parent c99c0b7246
commit 9b9cd1ac0e
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.2 uses: mathieudutour/github-tag-action@v6.2
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: ${{ steps.change_size.outputs.patch_size }} default_bump: ${{ inputs.change_size }}
custom_release_rules: "" custom_release_rules: ""
dry_run: true dry_run: true