Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
ci: enable release based on tags (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Oct 24, 2023
1 parent e994c57 commit bbd327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
platform: << parameters.platform >>
- run:
name: Run cargo publish
command: cargo publish --package apollo-federation --dry-run
command: cargo publish --package apollo-federation

# The folowing are reusable command snippets can be referred to in any `steps`.
# Commands we currently have: install_system_deps, install_rust_toolchain.
Expand Down

0 comments on commit bbd327e

Please sign in to comment.