Skip to content

CD

CD #6

Workflow file for this run

name: CD
on:
workflow_run:
workflows:
- CI
branches:
- master
types:
- completed
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bin/release