Files
actions/.gitea/workflows/cd.yaml
Renovate Bot a13fe71f6e
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
chore(deps): pin https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to 094c4c7
2026-01-08 11:00:58 +00:00

25 lines
596 B
YAML

name: CD
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@094c4c7b0f3ac0ac6129cfb00faea70ea6e13539 # 0.1.2
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
uses: ./release-git-tag
with:
tag: ${{ steps.tag.outputs.new-tag }}