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.
2 parents c90994b + 16e5d9b commit f5b4171Copy full SHA for f5b4171
1 file changed
.github/workflows/CICD.yml
@@ -290,7 +290,7 @@ jobs:
290
subject-digest: sha256::${{ steps.upload-deb.outputs.artifact-digest }}
291
292
- name: Publish archives and packages
293
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
294
if: steps.is-release.outputs.IS_RELEASE
295
with:
296
files: |
0 commit comments