name: Prerelease on: workflow_dispatch: jobs: prerelease: name: Prerelease runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Increment tag id: tag uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@691f6247edcdbef73b220312db09553c96d01f88 # 0.1.45 with: token: ${{ secrets.GITEA_TOKEN }} prerelease: true - name: Push tag uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7fa0cfa299dd79b6677ce8606f9612cd019eb3c6 # 0.2.15 with: tag: ${{ steps.tag.outputs.new-tag }}