Skip to content

Commit

Permalink
🐝 fix schema update nuschell script (-r flag needed now)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 17, 2025
1 parent 3d58a91 commit 9f2c885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-grapher-schema-to-digital-ocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
( ls packages/@ourworldindata/grapher/src/schema/*
| where name =~ '\d+.(json|yaml)$'
| get name
| each { |it| cp $it ($it | str replace '\d+.(json|yaml)$' 'latest.$1') })
| each { |it| cp $it ($it | str replace -r '\d+.(json|yaml)$' 'latest.$1') })
shell: nu {0}
- run: ls packages/@ourworldindata/grapher/src/schema
shell: nu {0}
Expand Down

0 comments on commit 9f2c885

Please sign in to comment.