Skip to content

Commit

Permalink
check in api spec with client
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Feb 5, 2024
1 parent 5ffa3bf commit b7bb05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
git config --global user.name ${{secrets.GIT_USER_NAME}}
git config --global user.email ${{secrets.GIT_USER_EMAIL}}
git add release/
git add candlepin-api-spec.yaml
git commit -am "Update bindings to ${{ steps.getRelease.outputs.tag }}"
git push
echo "NEW_SHA=`git rev-parse HEAD`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b7bb05a

Please sign in to comment.