Skip to content

Commit f3fd685

Browse files
Fix release process to not create duplicate releases (#17970)
This is to work around softprops/action-gh-release#445 --------- Co-authored-by: Quentin Gliech <[email protected]>
1 parent 8c653e1 commit f3fd685

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ jobs:
212212
mv debs*/* debs/
213213
tar -cvJf debs.tar.xz debs
214214
- name: Attach to release
215-
uses: softprops/action-gh-release@v2
215+
# Pinned to work around https://github.com/softprops/action-gh-release/issues/445
216+
uses: softprops/[email protected]
216217
env:
217218
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
218219
with:

changelog.d/17970.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix release process to not create duplicate releases.

0 commit comments

Comments
 (0)