Files
validate-json-by-json-schem…/.gitea/workflows/cd.yaml
Renovate Bot 822c1b4e5f
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
CI / Dry-Run (pull_request) Successful in 48s
chore(deps): pin dependencies
2026-02-05 05:16:24 +00:00

23 lines
588 B
YAML

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