From c9aff5aa94260b1f45bcb726cec5ead9d53fbf41 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 12:00:38 +0100 Subject: [PATCH] build: fix GH release workflows --- .github/workflows/ci.yaml | 3 ++- .github/workflows/release-backend.yml | 5 +++++ .github/workflows/release-gateway.yml | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb9c700..ba97486 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,8 @@ on: branches: - main tags-ignore: - - v* + - hello-tracing-backend-v* + - hello-tracing-gateway-v* pull_request: branches: - main diff --git a/.github/workflows/release-backend.yml b/.github/workflows/release-backend.yml index 78af834..9450294 100644 --- a/.github/workflows/release-backend.yml +++ b/.github/workflows/release-backend.yml @@ -26,6 +26,11 @@ jobs: with: tool: just + - name: Install protoc + uses: arduino/setup-protoc@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Build run: just check diff --git a/.github/workflows/release-gateway.yml b/.github/workflows/release-gateway.yml index e279b11..187e7bd 100644 --- a/.github/workflows/release-gateway.yml +++ b/.github/workflows/release-gateway.yml @@ -26,6 +26,11 @@ jobs: with: tool: just + - name: Install protoc + uses: arduino/setup-protoc@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Build run: just check