Skip to content

Publish Release

Publish Release #113

Workflow file for this run

name: Publish Release
# Every time we trigger the workflow on a branch.
on:
workflow_dispatch:
jobs:
remove_release_branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove release branch
run: |
git push origin --delete ${{ github.ref_name }}