Files
sec-actions/.gitea/workflows/prerelease.yaml
T
t.behrendt 4d7f65bf41
CD / Release (push) Successful in 6s
ci: add prerelease (#6)
Reviewed-on: t.behrendt/trivy-actions#6
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-13 20:51:07 +02:00

24 lines
584 B
YAML

name: Prerelease
on:
workflow_dispatch:
jobs:
prerelease:
name: Prerelease
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Increment tag
id: tag
uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@0.1.2
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: true
- name: Push tag
uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.1
with:
tag: ${{ steps.tag.outputs.new-tag }}