Skip to content

Commit

Permalink
fix: release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed May 6, 2024
1 parent 5efab40 commit c67117c
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eula = false
path = "src/lib.rs"

[[bin]]
name = "composer"
name = "composer-cli"
path = "src/main.rs"

[dependencies]
Expand All @@ -26,7 +26,7 @@ tempfile = "3.2.0"
itertools = "0.12.1"
walkdir = "2"
anyhow = "1.0.65"
echo-library = { path = "../echo-library" }
echo-library = "0.0.3"
composer-primitives = "0.0.1"
sys-info = "0.9.1"

Expand Down
4 changes: 2 additions & 2 deletions echo-library/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "echo-library"
version.workspace = true
version = "0.0.3"
edition.workspace = true
authors.workspace = true
license = "Apache-2.0"
description = "primitives types for composer"
description = "echo library for parsing the inatruction"

[dependencies]
anyhow = "1.0.75"
Expand Down
Loading

0 comments on commit c67117c

Please sign in to comment.