-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): update release workflow to use release events
This fixes issues with pre-releases where the git tag may not match the previous filter we had. We now check if the github release is a "pre-release" and also check if the Poetry version is also a pre-release or dev-release one. If the github release is not pre-release, we ensure that the Poetry version is also not a pre-release one. We also fix a potential issue where the "latest" Docker tag would be added to older versions. Leverage the GitHub "latest" release flag to solve that. Signed-off-by: Fatih Acar <[email protected]>
- Loading branch information
1 parent
a4d5500
commit f1d8b21
Showing
2 changed files
with
78 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters