fix typo from copying

This commit is contained in:
2025-05-20 09:44:33 +02:00
parent b485cfd580
commit 894173063a

View File

@@ -43,8 +43,8 @@ jobs:
env:
BUMPVERSION_TAG: "true"
with:
args: ${{ inputs.bump-type }}
github-token: ${{ secrets.GH_TOKEN }}
args: ${{ inputs.bump }}
github-token: ${{ secrets.TOKEN }}
- name: Check
if: steps.bump.outputs.bumped == 'true'