Skip to content

Commit

Permalink
fix: release is now in 2 steps (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre authored Nov 20, 2023
1 parent 0714967 commit ddfb064
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,6 @@ workflows:
- Build MacOS arm64
- Build Windows
- Copy JSON schema
- Upload artifacts:
filters:
branches:
only: *release-branches
requires:
- Github Release
context:
- devex-release

Release PR:
jobs:
Expand All @@ -658,3 +650,26 @@ workflows:
ignore: *release-branches
context:
- devex-release

Undraft release:
when:
matches:
pattern: ^\d+\.\d+\.\d+$
value: << pipeline.git.tag >>
jobs:
- Build Linux x86_64
- Build Linux arm64
- Build MacOS x86_64
- Build MacOS arm64
- Build Windows
- Copy JSON schema
- Upload artifacts:
requires:
- Build Linux x86_64
- Build Linux arm64
- Build MacOS x86_64
- Build MacOS arm64
- Build Windows
- Copy JSON schema
context:
- devex-release

0 comments on commit ddfb064

Please sign in to comment.