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 213f4f6 commit 95b9628Copy full SHA for 95b9628
.github/workflows/release_stackablectl.yml
@@ -58,6 +58,6 @@ jobs:
58
run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}
59
60
- name: Upload Release Binary
61
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
62
with:
63
files: stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}
0 commit comments