🔧 chore(ci): remove hardcoded version from CircleCI config
- eliminate version "0.0.1" to avoid redundancy and potential conflicts with dynamic versioning in CircleCI configuration
This commit is contained in:
committed by
Jeremiah Russell
parent
c2a2b4298b
commit
f4512f0c76
@@ -113,7 +113,6 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- toolkit/save_next_version:
|
- toolkit/save_next_version:
|
||||||
min_rust_version: << pipeline.parameters.min-rust-version >>
|
min_rust_version: << pipeline.parameters.min-rust-version >>
|
||||||
version: "0.0.1"
|
|
||||||
|
|
||||||
- toolkit/make_release:
|
- toolkit/make_release:
|
||||||
requires:
|
requires:
|
||||||
|
|||||||
Reference in New Issue
Block a user