Skip to content

Release (cudmore)

Release (cudmore) #22

Workflow file for this run

name: Release
on:
workflow_run:
workflows: ["Test"]
types: [completed]
branches: [main]
jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch # can be either "major", "minor", "patch" or "norelease"
tag_prefix: v