Compare commits

...

1 Commits

Author SHA1 Message Date
8d7225e2c7 ci: use reusable release git tag action
All checks were successful
CI / Test (common.json) (pull_request) Successful in 14s
CI / Test (helm.json) (pull_request) Successful in 13s
CI / Test (action.json) (pull_request) Successful in 52s
CI / Test (docker-compose.json) (pull_request) Successful in 50s
CI / Test (k8s.json) (pull_request) Successful in 49s
2025-12-12 20:27:29 +01:00
2 changed files with 1 additions and 16 deletions

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
with:
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:
tag: ${{ steps.tag.outputs.new-tag }}