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 00e9aba commit 0cea884Copy full SHA for 0cea884
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: sha256sum container-manager > SHASUM256.txt
31
32
- name: Release
33
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
34
if: startsWith(github.ref, 'refs/tags/')
35
with:
36
files: |
0 commit comments