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.
1 parent cc39ada commit 49dc2fcCopy full SHA for 49dc2fc
.github/workflows/nightly-release.yml
@@ -56,7 +56,7 @@ jobs:
56
# If a release with this name already exists, it will overwrite the existing data
57
- name: Create a nightly GitHub prerelease
58
id: create_prerelease
59
- uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
+ uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
60
with:
61
name: nightly
62
artifacts: "${{ env.BUILD_OUTPUT_LIST }}"
0 commit comments