From b25252d052866603ceb736941cc64ccdd30875c6 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Mon, 12 Aug 2024 15:26:06 +0200 Subject: [PATCH] CI: hyphens are not supported in package names, leave as generated by buf --- .github/workflows/build-and-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 1495b6d..fc6abbe 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -29,7 +29,6 @@ jobs: - name: build-and-push run: | buf generate - sed -i 's/go_eosgrpc/go-eosgrpc/' build/*.go cd .. git clone git+ssh://git@github.com/cern-eos/go-eosgrpc cd go-eosgrpc