Skip to content

Release v2.6.0

Release v2.6.0 #27

Workflow file for this run

name: draft
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
env:
GITHUB_TOKEN: ${{ secrets.BOTTY_GH_TOKEN }}
- uses: softprops/action-gh-release@v2
with:
draft: true
tag_name: main
target_commitish: main
generate_release_notes: true
name: DRAFT
env:
GITHUB_TOKEN: ${{ secrets.BOTTY_GH_TOKEN }}