We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c9dd4 commit bec1748Copy full SHA for bec1748
.github/workflows/release-proto-files.yml
@@ -0,0 +1,23 @@
1
+name: Release Proto files
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ tags:
8
+ - "v[0-9]+.[0-9]+.[0-9]+*"
9
10
11
+jobs:
12
+ create-release-artifacts:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
+ - uses: bufbuild/buf-action@v1
20
21
+ token: ${{ secrets.BUF_TOKEN }}
22
+ push: true
23
buf.yaml
@@ -17,3 +17,5 @@ lint:
- rpc/cc/arduino/cli/commands/v1/lib.proto
modules:
- path: rpc
+ name: buf.build/arduino/arduino-cli
0 commit comments