Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: push proto files to buf registry
Pushes proto files when the files change on master and
when we release a new tag
  • Loading branch information
alessio-perugini committed Jul 11, 2025
commit 699431b228782ca66219a88727bcbc3e0f0386cf
23 changes: 23 additions & 0 deletions .github/workflows/release-proto-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Release Proto files

on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
create-release-artifacts:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
push: true
1 change: 1 addition & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ lint:
- rpc/cc/arduino/cli/commands/v1/lib.proto
modules:
- path: rpc
name: buf.build/arduino/arduino-cli