name: Release on: push: branches: - main workflow_dispatch: jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: https://gitea.com/actions/release-action@main with: api_key: "${{secrets.RELEASE_TOKEN}}"