Skip to content

Commit

Permalink
wip (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Swen <[email protected]>
  • Loading branch information
SwenSchaeferjohann and Swen authored May 15, 2024
1 parent 95e5da1 commit 7eecfbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-pr-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
branch: "bump-all-rust"
labels: "version bump"

- name: Checkout the PR branch
if: inputs.crate == 'all'
uses: actions/checkout@v4
with:
ref: "bump-all-rust"

- name: Create pull request for crate
if: inputs.crate != 'all'
uses: peter-evans/create-pull-request@v6
Expand All @@ -103,6 +109,12 @@ jobs:
branch: "bump-${{ inputs.crate }}"
labels: "version bump"

- name: Checkout the PR branch for specific crate
if: inputs.crate != 'all'
uses: actions/checkout@v4
with:
ref: "bump-${{ inputs.crate }}"

- name: Setup pnpm
uses: pnpm/[email protected]
with:
Expand Down

0 comments on commit 7eecfbe

Please sign in to comment.