ci: use reusable release git tag action #21

Merged
t.behrendt merged 1 commits from ci-use-reusable-git-release-tag-action into main 2025-12-12 20:29:02 +01:00
2 changed files with 1 additions and 16 deletions
Showing only changes of commit 8d7225e2c7 - Show all commits

View File

@@ -1,15 +0,0 @@
name: Release Git tag
description: Release the Git tag
inputs:
tag:
description: The tag to release
required: true
runs:
using: "composite"
steps:
- shell: bash
run: |
git tag ${{ inputs.tag }}
git push origin ${{ inputs.tag }}

View File

@@ -18,6 +18,6 @@ jobs:
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1 uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.1
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- uses: ./.gitea/actions/release-git-tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.3
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}