Skip to content

Generate Release

Generate Release #2

name: Generate Release
on:
workflow_run:
workflows: Build Project
types: completed
branches: master
jobs:
generate-release:
name: Generate Release
permissions:
actions: read
contents: write
pages: write
id-token: write
if: github.event.workflow_run.conclusion == 'success'
uses: oblivioncth/actions/.github/workflows/generate-cxx-release.yml@v1
with:
artifacts_run_id: ${{ github.event.workflow_run.id }}