We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75832f2 commit 0384fd7Copy full SHA for 0384fd7
.github/workflows/release-artifacts.yml
@@ -213,7 +213,7 @@ jobs:
213
tar -cvJf debs.tar.xz debs
214
- name: Attach to release
215
# Pinned to work around https://github.com/softprops/action-gh-release/issues/445
216
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
+ uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v0.1.15
217
env:
218
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
219
with:
0 commit comments