Skip to content

Commit a046ff3

Browse files
committed
Fixed working directory path
1 parent 8870106 commit a046ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Update data files
3434
run: |
35-
tool/format-release ../www ${{ github.event.client_payload.version || github.event.inputs.version }} .
35+
tool/format-release .. ${{ github.event.client_payload.version || github.event.inputs.version }} .
3636
working-directory: ruby
3737

3838
- name: Cleanup ruby directory

0 commit comments

Comments
 (0)