Files
validate-json-by-json-schem…/.gitea/workflows/cd.yaml
T
renovate-bot 0bf7edf564
CI / Dry-Run (pull_request) Successful in 12s
CI / Test (pull_request) Successful in 10s
CI / Check Dist (pull_request) Successful in 10s
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.11
2026-07-19 05:10:49 +00:00

28 lines
736 B
YAML

name: CD
on:
push:
branches:
- main
paths:
- action.yml
- dist/**
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@3ab82e6aa1db388a34562f5ce6eedb598651d916 # 0.1.42
with:
token: ${{ secrets.GITEA_TOKEN }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11
with:
tag: ${{ steps.tag.outputs.new-tag }}