Files
validate-json-by-json-schem…/.gitea/workflows/prerelease.yaml
T
renovate-bot 0a8adfe5ad
CI / Dry-Run (pull_request) Successful in 3s
CI / Test (pull_request) Successful in 9s
CI / Check Dist (pull_request) Successful in 7s
chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.9
2026-07-18 05:34:00 +00:00

23 lines
692 B
YAML

name: Prerelease
on:
workflow_dispatch:
jobs:
prerelease:
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@39e952658b0543b68395c7566038444c4057cd6a # 0.1.40
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: true
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@5ad25d97af3bcb89090663e71ca1b259fc0c64e0 # 0.2.9
with:
tag: ${{ steps.tag.outputs.new-tag }}