From ad20f5257360dfc1f03949f1ef761886daefff25 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Tue, 23 Jul 2024 14:15:00 +0200 Subject: [PATCH] ci: format files edited by `release-plz` diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae2851d..8bd401c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ on: jobs: release: runs-on: ubuntu-latest + outputs: + pr-branch: steps.release-plz.outputs.head_branch steps: - uses: actions/checkout@v4 with: @@ -18,6 +20,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz + id: release-plz uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -25,10 +28,10 @@ jobs: fmt: needs: release - runs-on: ubutun-latest + runs-on: ubutu-latest steps: - uses: fregante/setup-git-user@v2.0.1 - run: | make fmt git commit -am 'chore: format files' - git push + git push origin ${{ needs.release.outputs.pr-branch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae2851d..1a4310c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ on: jobs: release: runs-on: ubuntu-latest + outputs: + pr-branch: steps.release-plz.outputs.head_branch steps: - uses: actions/checkout@v4 with: @@ -18,6 +20,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz + id: release-plz uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -25,10 +28,10 @@ jobs: fmt: needs: release - runs-on: ubutun-latest + runs-on: ubuntu-latest steps: - uses: fregante/setup-git-user@v2.0.1 - run: | make fmt git commit -am 'chore: format files' - git push + git push origin ${{ needs.release.outputs.pr-branch }} --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae2851d..1a4310c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ on: jobs: release: runs-on: ubuntu-latest + outputs: + pr-branch: steps.release-plz.outputs.head_branch steps: - uses: actions/checkout@v4 with: @@ -18,6 +20,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz + id: release-plz uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -25,10 +28,10 @@ jobs: fmt: needs: release - runs-on: ubutun-latest + runs-on: ubuntu-latest steps: - uses: fregante/setup-git-user@v2.0.1 - run: | make fmt git commit -am 'chore: format files' - git push + git push origin ${{ needs.release.outputs.pr-branch }}