We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351691a commit 5937061Copy full SHA for 5937061
1 file changed
.github/workflows/github-release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
release:
10
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
11
- uses: libops/actions/.github/workflows/bump-release.yaml@main
+ uses: libops/actions/.github/workflows/bump-release.yaml@ef667db8c16533a257d841e75df5c3388152b2d7 # main
12
with:
13
prefix: v
14
permissions:
0 commit comments