Skip to content

Update hadolint/hadolint-action action to v3.3.0 #7

Update hadolint/hadolint-action action to v3.3.0

Update hadolint/hadolint-action action to v3.3.0 #7

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: lehigh-university-libraries/gha/.github/workflows/bump-release.yaml@main
with:
workflow_file: goreleaser.yml
permissions:
contents: write
actions: write
secrets: inherit