Skip to content
Snippets Groups Projects
Unverified Commit 5b087351 authored by Till's avatar Till Committed by GitHub
Browse files

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)
parent a00d0b3d
No related branches found
No related tags found
No related merge requests found
......@@ -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') }}
Fix release process to not create duplicate releases.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment