Skip to content

Commit 8870106

Browse files
committed
peter-evans/create-pull-request@v7 is now working with multiple checkouts
1 parent 5b7219e commit 8870106

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/draft-release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ on:
1414
jobs:
1515
release:
1616
runs-on: ubuntu-latest
17-
defaults:
18-
run:
19-
working-directory: www
2017
steps:
2118
- uses: actions/checkout@v4
22-
with:
23-
path: www
2419

2520
- uses: actions/checkout@v4
2621
with:
@@ -40,6 +35,10 @@ jobs:
4035
tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
4136
working-directory: ruby
4237

38+
- name: Cleanup ruby directory
39+
run: |
40+
rm -rf ruby
41+
4342
- name: Create Commit
4443
run: |
4544
git config user.name "GitHub Actions Bot"
@@ -58,4 +57,3 @@ jobs:
5857
title: "Create release for ${{ github.event.client_payload.version || github.event.inputs.version }}"
5958
body: "This is an automated pull request to create a release"
6059
draft: true
61-

0 commit comments

Comments
 (0)