mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 19:43:23 +01:00
Attempt to fix duplicate releases issue (#18025)
This hopefully fixes https://github.com/element-hq/synapse/issues/17991, as we first upgraded to v2 and are now back to 0.1.15. (This was lost in https://github.com/element-hq/synapse/pull/17923, related https://github.com/element-hq/synapse/pull/17995)
This commit is contained in:
parent
a00d0b3d0e
commit
5b0873516c
2 changed files with 5 additions and 0 deletions
4
.github/workflows/release-artifacts.yml
vendored
4
.github/workflows/release-artifacts.yml
vendored
|
@ -221,3 +221,7 @@ jobs:
|
|||
Sdist/*
|
||||
Wheel*/*
|
||||
debs.tar.xz
|
||||
# if it's not already published, keep the release as a draft.
|
||||
draft: true
|
||||
# mark it as a prerelease if the tag contains 'rc'.
|
||||
prerelease: ${{ contains(github.ref, 'rc') }}
|
||||
|
|
1
changelog.d/18025.misc
Normal file
1
changelog.d/18025.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix release process to not create duplicate releases.
|
Loading…
Reference in a new issue