Skip to content

Commit

Permalink
fix: added missing gnostic definitions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
erka authored Dec 11, 2024
1 parent faa2117 commit addc9f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/proto-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Generate
run: |
buf generate buf.build/flipt-io/flipt
buf generate buf.build/gnostic/gnostic
rm src/Flipt.Grpc/Discovery.cs src/Flipt.Grpc/Openapiv2.cs
- name: Prepare Branch
env:
Expand All @@ -34,7 +36,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
git pull origin main
TIMESTAMP=$(date +%Y%m%d-%H%M%S)
BRANCH_NAME="generate/${{ inputs.tag }}-${TIMESTAMP}"
git checkout -b "${BRANCH_NAME}"
Expand Down

0 comments on commit addc9f2

Please sign in to comment.