Skip to content

Commit 05d58b8

Browse files
Pin softprops/action-gh-release to v0.1.15 (#17995)
We are still seeing duplicate releases on v2.0.5, so roll back further. [Other](https://github.com/Poko-Apps/curl-openssl-android/commit/f8a5a60b7c4b196c703d322bb3d11e9495807426#diff-88ab30345d9874c4336fe50b54b083ba5bdd925be961c34060e6a192b56b0433R72) [repositories](Glistix/glistix@55fca4f#diff-e426ed45842837026e10e66af23d9c7077e89eacbe6958ce7cb991130ad05adaR105) seem to have settled on this version. Addresses element-hq/synapse#17991 We're just going to test this during 1.121.0rc1.
1 parent 23b626f commit 05d58b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
tar -cvJf debs.tar.xz debs
208208
- name: Attach to release
209209
# Pinned to work around https://github.com/softprops/action-gh-release/issues/445
210-
uses: softprops/action-gh-release@v2.0.5
210+
uses: softprops/action-gh-release@v0.1.15
211211
env:
212212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213213
with:

changelog.d/17995.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)