Files
renovate-configs/.gitea/workflows/cd.yaml
T
renovate-bot 6625337504
CI / Test (bun-npm.json) (push) Successful in 10s
CI / Test (common.json) (push) Successful in 7s
CI / Test (action.json) (push) Successful in 33s
CI / Test (docker-compose.json) (push) Successful in 10s
CI / Test (helm.json) (push) Successful in 10s
CI / Test (golang.json) (push) Successful in 23s
CI / Test (k8s.json) (push) Successful in 10s
CI / Format (push) Successful in 1m9s
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.45
2026-08-09 17:42:13 +00:00

34 lines
929 B
YAML

name: CD
on:
push:
branches:
- main
paths:
- "action.json"
- "bun-npm.json"
- "common.json"
- "docker-compose.json"
- "golang.json"
- "helm.json"
- "k8s.json"
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@691f6247edcdbef73b220312db09553c96d01f88 # 0.1.45
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14
with:
tag: ${{ steps.tag.outputs.new-tag }}