Skip to content

Commit

Permalink
chore: fix bootstrap tools in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jan 23, 2023
1 parent 6643b4a commit ac95338
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/proto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Bootstrap Tools
run: |
pushd ./flipt
git checkout ${{ inputs.tag }}
./script/bootstrap
popd
uses: magefile/mage-action@v2
with:
version: latest
args: bootstrap
workdir: ./flipt

- name: Buf Generate
run: buf generate
Expand All @@ -54,4 +54,3 @@ jobs:
git push origin "generate/${{ inputs.tag }}"
gh pr create --title "feat: updates to protobuf definitions for flipt ${{ inputs.tag }}" \
--body "Upgrading generated client to the protobuf definitions found in Flipt ${{ inputs.tag }}."

0 comments on commit ac95338

Please sign in to comment.