Skip to content

Commit

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

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

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

0 comments on commit 4984097

Please sign in to comment.