We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdfc04a + 9af7d84 commit 752ce5dCopy full SHA for 752ce5d
1 file changed
.github/workflows/create-final-bosh-release-on-commits.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: create github release
122
id: create-github-release
123
if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }}
124
- uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
+ uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
125
with:
126
tag: ${{ steps.create-bosh-release.outputs.version }}
127
draft: false
0 commit comments