Skip to content

Commit 787b47b

Browse files
committed
Fix: Rake task.
1 parent 14d2f36 commit 787b47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
bundler-cache: true
1818
ruby-version: '3.4'
1919
- name: Download
20-
run: bundle exec rake api:download
20+
run: bundle exec rake api:ref:download
2121
- name: Update
2222
run: bundle exec rake api:update
2323
- name: Validate

0 commit comments

Comments
 (0)