Skip to content

Commit

Permalink
Update build workflow to use new script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Jan 30, 2025
1 parent 78096b1 commit fefbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Generate Schema
run: |
echo "Generating schema for $API_VERSION"
./MobileBuy/buy3/update_schema.rb "$API_VERSION"
./bin/update-schema $API_VERSION
./bin/update-version $API_VERSION
git add .
git config user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit fefbd56

Please sign in to comment.