Skip to content

Commit

Permalink
Fix release process to not create duplicate releases (#17970)
Browse files Browse the repository at this point in the history
This is to work around
softprops/action-gh-release#445

---------

Co-authored-by: Quentin Gliech <[email protected]>
  • Loading branch information
erikjohnston and sandhose authored Dec 2, 2024
1 parent 6a909aa commit a82f5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ jobs:
mv debs*/* debs/
tar -cvJf debs.tar.xz debs
- name: Attach to release
uses: softprops/action-gh-release@v2
# Pinned to work around https://github.com/softprops/action-gh-release/issues/445
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/17970.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix release process to not create duplicate releases.

0 comments on commit a82f5f2

Please sign in to comment.