Skip to content

Commit

Permalink
chore: set manifest_path
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 11, 2024
1 parent 952dd70 commit ee550c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
uses: MarcoIeni/[email protected]
with:
command: release-pr
manifest_path: Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 5 additions & 1 deletion workspace/gh-workflow-gen/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ fn main() {
);

let release = Job::new("Release")
.add_step(ReleasePlz::default().command(Command::ReleasePR))
.add_step(
ReleasePlz::default()
.command(Command::ReleasePR)
.manifest_path("Cargo.toml"),
)
.needs("build");

Workflow::new("Build and Test")
Expand Down

0 comments on commit ee550c3

Please sign in to comment.