We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ncipollo/release-action
v1.20.0
1 parent b4b8281 commit 1c51342Copy full SHA for 1c51342
.github/workflows/create_github_release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Create release for ${{ github.event.client_payload.ReleaseBranchName }}
14
- uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 #v1.16.0
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b #v1.20.0
15
with:
16
tag: ${{ github.event.client_payload.ReleaseBranchName }}
17
name: ${{ github.event.client_payload.ReleaseTitle }}
0 commit comments