Files
k_deploy_workflows/.gitea/workflows/release.yaml
Renovate Bot 9d428d7726
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.1.0
2026-01-08 11:02:23 +00:00

28 lines
730 B
YAML

name: Release
on:
push:
branches:
- main
paths:
- ".gitea/workflows/cd.yaml"
- ".gitea/workflows/ci.yaml"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.15
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@8a04fa92474f770e525b1e6dd420b471da15c222 # 0.1.0
with:
tag: ${{ steps.tag.outputs.new-tag }}