Files
gitea-workflows/.gitea/workflows/release.yaml
T
renovate-bot cef2174188
Release / Release (push) Successful in 4s
chore(deps): update actions (#16)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-07-02 12:07:06 +02:00

28 lines
762 B
YAML

name: Release
on:
push:
branches:
- main
paths:
- ".gitea/workflows/*.yaml"
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39
with:
token: ${{ secrets.GITEA_TOKEN }}
- name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8
with:
tag: ${{ steps.tag.outputs.new-tag }}