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 23b626f commit 05d58b8Copy full SHA for 05d58b8
.github/workflows/release-artifacts.yml
@@ -207,7 +207,7 @@ jobs:
207
tar -cvJf debs.tar.xz debs
208
- name: Attach to release
209
# Pinned to work around https://github.com/softprops/action-gh-release/issues/445
210
- uses: softprops/action-gh-release@v2.0.5
+ uses: softprops/action-gh-release@v0.1.15
211
env:
212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213
with:
changelog.d/17995.misc
@@ -0,0 +1 @@
1
+Pin `softprops/action-gh-release` to v0.1.15 to work around https://github.com/softprops/action-gh-release/issues/445.
0 commit comments