Skip to content

[skip-release] add an exclude test #62

[skip-release] add an exclude test

[skip-release] add an exclude test #62

Workflow file for this run

name: Create release
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
release:
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
uses: libops/actions/.github/workflows/bump-release.yaml@main
with:
prefix: v
permissions:
contents: write
actions: write
secrets: inherit