Skip to content

Commit

Permalink
CI: Publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaschos committed Oct 31, 2023
1 parent 24a579c commit 4312619
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
env:
CRATES_IO_TOKEN: ${{ secrets.crates_io_token }}

- name: Dry run publish proto-mapper-core
run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-core --features protobuf

- name: Publish crate proto-mapper-core
run: cargo publish --manifest-path Cargo.toml -p proto-mapper-core --features protobuf
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}

- name: Dry run publish proto-mapper-derive
run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf

- name: Publish crate proto-mapper-derive
run: cargo publish --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}
# - name: Dry run publish proto-mapper-core
# run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-core --features protobuf
#
# - name: Publish crate proto-mapper-core
# run: cargo publish --manifest-path Cargo.toml -p proto-mapper-core --features protobuf
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}
#
# - name: Dry run publish proto-mapper-derive
# run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf
#
# - name: Publish crate proto-mapper-derive
# run: cargo publish --manifest-path Cargo.toml -p proto-mapper-derive --features protobuf
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.crates_io_token }}

- name: Dry run publish proto-mapper
run: cargo publish --dry-run --manifest-path Cargo.toml -p proto-mapper --features protobuf
Expand Down

0 comments on commit 4312619

Please sign in to comment.