We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efef7d commit 0dd7b80Copy full SHA for 0dd7b80
.github/workflows/draft-release.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Update data files
35
run: |
36
- tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} .
37
- working-directory: ruby
+ tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} . | (cd .. && git apply)
+ working-directory: ruby
38
39
- name: Cleanup ruby directory
40
0 commit comments