We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d601d commit 70f1823Copy full SHA for 70f1823
.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@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
+ uses: ncipollo/release-action@98d25d4189e9b6cee19b8635b1ea5cc39c158a41 # v1.19.2
50
with:
51
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
52
draft: false
0 commit comments