name: Release on: push: branches: - main paths: - ".gitea/workflows/deploy.yaml" - ".gitea/workflows/validate.yaml" 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 }} - name: Push tag uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7f9ed2bccd9161d124284619464c5dc5b15b79c0 # 0.2.11 with: tag: ${{ steps.tag.outputs.new-tag }}