We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3175c4 commit d4ed1b2Copy full SHA for d4ed1b2
1 file changed
.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@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
+ uses: ncipollo/release-action@9128f238eeeeed39b82af6636303729079d51730 # v1.17.0
50
with:
51
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
52
draft: false
0 commit comments