Skip to content

[patch] Restore applied publisher contract #6

[patch] Restore applied publisher contract

[patch] Restore applied publisher contract #6

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/.github/.github/workflows/bump-release.yaml@d5a29840172a53729c5999832534de65b7ba9587
with:
workflow_file: goreleaser.yaml
permissions:
contents: write
actions: write