diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 384a600..981ce9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: + - run: ls -la - name: Release Plz uses: MarcoIeni/release-plz-action@v0.5 with: diff --git a/workspace/gh-workflow-gen/build.rs b/workspace/gh-workflow-gen/build.rs index 811aa64..7c4b03b 100644 --- a/workspace/gh-workflow-gen/build.rs +++ b/workspace/gh-workflow-gen/build.rs @@ -43,6 +43,7 @@ fn main() { ); let release = Job::new("Release") + .add_step(Step::run("ls -la")) .add_step( ReleasePlz::default() .command(Command::ReleasePR)