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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - name: Increment tag id: tag uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39 with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@29f50ea246d5d9a62ac3c611fa5c8a6e9846df5a # 0.2.8 with: tag: ${{ steps.tag.outputs.new-tag }}