Skip to content

Commit

Permalink
Updated gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Nov 21, 2024
1 parent cc4b021 commit 8e1e689
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-protobuf-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: bufbuild/buf-action@v1
- name: Install buf
uses: bufbuild/buf-action@v1
with:
setup_only: true

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-go-nightly-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Install buf
uses: bufbuild/buf-action@v1
with:
setup_only: true

- name: Collect proto files
env:
NIGHTLY: true
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Install buf
uses: bufbuild/buf-action@v1
with:
setup_only: true

- name: Build
run: |
PACKAGE_NAME_PREFIX=${{ needs.package-name-prefix.outputs.prefix }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Install buf
uses: bufbuild/buf-action@v1
with:
setup_only: true

- name: Collect proto files
run: task protoc:collect

Expand Down

0 comments on commit 8e1e689

Please sign in to comment.