Skip to content

Commit

Permalink
ci: cargo workspaces (#117)
Browse files Browse the repository at this point in the history
ci: cargo workspaces
  • Loading branch information
celaus authored Dec 12, 2024
1 parent 215905c commit 56e7e60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tag-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "[Rust & Go SDK] Tag and Publish"
permissions:
pull-requests: write
contents: write
actions: write

on:
workflow_dispatch:
Expand All @@ -26,11 +27,10 @@ jobs:
- uses: arduino/setup-protoc@v3
with:
version: ${{env.PROTOC_VERSION}}

- uses: MarcoIeni/[email protected]
with:
command: release
manifest_path: rust/Cargo.toml
- name: "cargo workspace publish"
run: |
cargo install cargo-workspaces
cargo workspaces publish --no-individual-tags --from-git --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

10 changes: 0 additions & 10 deletions release-plz.toml

This file was deleted.

0 comments on commit 56e7e60

Please sign in to comment.