From 3c2eaf071a925a068583b44957b839ac2426650b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 4 Dec 2024 10:36:02 +0000 Subject: [PATCH 1/2] Pin softprops/action-gh-release to v0.1.15 We are still seeing duplicate releases on v2.0.5, so roll back further. Other repositories seem to have settled on this version. --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 0c0e023c753..deb5ec33e35 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -207,7 +207,7 @@ jobs: tar -cvJf debs.tar.xz debs - name: Attach to release # Pinned to work around https://github.com/softprops/action-gh-release/issues/445 - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v0.1.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 5e24b91437903bf3c1a0065bf7283f1809f85a4e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 4 Dec 2024 11:03:21 +0000 Subject: [PATCH 2/2] newsfile --- changelog.d/17995.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/17995.misc diff --git a/changelog.d/17995.misc b/changelog.d/17995.misc new file mode 100644 index 00000000000..d8e608c1ae6 --- /dev/null +++ b/changelog.d/17995.misc @@ -0,0 +1 @@ +Pin `softprops/action-gh-release` to v0.1.15 to work around https://github.com/softprops/action-gh-release/issues/445. \ No newline at end of file