Skip to content

Commit

Permalink
ci: add ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 11, 2024
1 parent ee550c3 commit a3134f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- run: ls -la
- name: Release Plz
uses: MarcoIeni/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions workspace/gh-workflow-gen/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fn main() {
);

let release = Job::new("Release")
.add_step(Step::run("ls -la"))
.add_step(
ReleasePlz::default()
.command(Command::ReleasePR)
Expand Down

0 comments on commit a3134f1

Please sign in to comment.