Update .gitea/workflows/create-release-preexisting-tag.yaml

This commit is contained in:
Luke Tainton 2025-05-07 00:39:41 +02:00
parent ae7a0e9477
commit 6b484d88f3

View File

@ -21,3 +21,4 @@ jobs:
release_name: ${{ inputs.tag }}
tag: ${{ inputs.tag }}
body: ${{ inputs.body }}
token: ${{ secrets.ACTIONS_TOKEN }}