We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b39b4 commit d117a1cCopy full SHA for d117a1c
.github/workflows/auto-release-on-master.yml
@@ -116,7 +116,7 @@ jobs:
116
# see https://github.com/ncipollo/release-action
117
- name: create github release
118
id: create-github-release
119
- uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
120
with:
121
name: ${{ steps.bump-version.outputs.nextStrict }}
122
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
0 commit comments