We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 499088b + 378e086 commit aecceb5Copy full SHA for aecceb5
.github/workflows/create-final-bosh-release-on-commits.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: create github release
115
id: create-github-release
116
if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }}
117
- uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
118
with:
119
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
120
draft: false
0 commit comments