We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cdaf0 commit ae3aaf0Copy full SHA for ae3aaf0
.github/workflows/auto-release-on-master.yml
@@ -46,7 +46,7 @@ jobs:
46
# see https://github.com/ncipollo/release-action
47
- name: create github release
48
id: create-github-release
49
- uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
+ uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
50
with:
51
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
52
draft: false
0 commit comments