name: Release on: push: branches: - main paths: - ".gitea/workflows/cd.yaml" - ".gitea/workflows/ci.yaml" jobs: release: name: Release runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 - name: Increment tag id: tag uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@9841c96e72d4fc1ecec620e91e213895341cce86 # 0.1.22 with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d9f83ca84e1cbac7de9d1986cb3a7e0c54434e6a # 0.1.1 with: tag: ${{ steps.tag.outputs.new-tag }}