Files
validate-json-by-json-schem…/.gitea/workflows/prerelease.yaml
Renovate Bot 544e52cd8c
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
CI / Dry-Run (pull_request) Successful in 2m42s
chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.25
2026-02-05 11:19:36 +00:00

22 lines
612 B
YAML

name: Prerelease
on:
workflow_dispatch:
jobs:
prerelease:
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@68d642a9f68c4c00b6809126707aceca432c5e75 # 0.1.25
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: true
- uses: ./.gitea/actions/release-git-tag
with:
tag: ${{ steps.tag.outputs.new-tag }}