We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8870106 commit a046ff3Copy full SHA for a046ff3
.github/workflows/draft-release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Update data files
34
run: |
35
- tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
+ tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} .
36
working-directory: ruby
37
38
- name: Cleanup ruby directory
0 commit comments