Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(circleci): correct publish flag in config file #11

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ workflows:
- bot-check
ssh_fingerprint: << pipeline.parameters.fingerprint >>
min_rust_version: << pipeline.parameters.min-rust-version >>
no_publish: true
publish: false
first_release: true
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create FUNDING.yml(pr [#9])
- refactor(circleci)-remove custom commands and jobs in favour of toolkit orbs(pr [#10])

### Fixed

- circleci: correct publish flag in config file(pr [#11])

[#3]: https://github.com/jerus-org/captval/pull/3
[#6]: https://github.com/jerus-org/captval/pull/6
[#7]: https://github.com/jerus-org/captval/pull/7
[#8]: https://github.com/jerus-org/captval/pull/8
[#9]: https://github.com/jerus-org/captval/pull/9
[#10]: https://github.com/jerus-org/captval/pull/10
[#11]: https://github.com/jerus-org/captval/pull/11