Skip to content

Commit 0dd7b80

Browse files
committed
Auto update for releases.yml and downloads.yml at draft-release workflow
1 parent 5efef7d commit 0dd7b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
3434
- name: Update data files
3535
run: |
36-
tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} .
37-
working-directory: ruby
36+
tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} . | (cd .. && git apply)
37+
working-directory: ruby
3838
3939
- name: Cleanup ruby directory
4040
run: |

0 commit comments

Comments
 (0)