Skip to content

Commit

Permalink
build: fix GH release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Nov 17, 2023
1 parent 2bd8d6c commit c9aff5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main
tags-ignore:
- v*
- hello-tracing-backend-v*
- hello-tracing-gateway-v*
pull_request:
branches:
- main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9aff5a

Please sign in to comment.