Skip to content

Commit

Permalink
[CI] removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 5, 2025
1 parent 2f0ab40 commit 3cd503f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: build-and-push
id: build
run: |
set -x
buf generate
cd ..
git clone git+ssh://[email protected]/cern-eos/go-eosgrpc
Expand All @@ -45,9 +44,7 @@ jobs:
else
echo "The committed changes (if any) did not update the protobufs, nothing more to do"
fi
echo "pushbuf=$push" >> $GITHUB_ENV
- name: Set pushbuf output
run: echo "::set-output name=pushbuf::$push"
echo "pushbuf=$push" >> $GITHUB_OUTPUT
publish:
name: Setup buf to push artifacts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3cd503f

Please sign in to comment.