Skip to content

post-process

post-process #568

Workflow file for this run

name: post-process
on:
workflow_run:
types:
- completed
workflows:
- "testing"
jobs:
auto-gen-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.SEMVER_BUMP_TOKEN }}
steps:
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: rymndhng/release-on-push-action@v0.28.0
with:
bump_version_scheme: norelease