Skip to content

Build and Publish Release #14

Build and Publish Release

Build and Publish Release #14

Workflow file for this run

name: Build and Publish Release
on: workflow_dispatch
jobs:
github:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create new patch release
run: python .github/scripts/release.py
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}