Skip to content

Commit

Permalink
fix modus schema file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmingtarja committed Nov 7, 2024
1 parent be2b19a commit f42cd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
wranglerVersion: "3.83.0"
workingDirectory: "lib/manifest"
preCommands: |
cat modus-schema.json
cat modus_schema.json
command: |
r2 object put releases/modus-schema.json -f modus-schema.json --content-type application/json
r2 object put releases/modus_schema.json -f modus_schema.json --content-type application/json

0 comments on commit f42cd2f

Please sign in to comment.