We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 665d930 + e8dd064 commit 0016809Copy full SHA for 0016809
1 file changed
.github/workflows/release.yaml
@@ -71,8 +71,13 @@ jobs:
71
id-token: write
72
steps:
73
- uses: actions/checkout@v5
74
+
75
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
76
id: auth
77
78
+ - name: Install protoc
79
+ run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
80
81
- run: cargo publish
82
env:
83
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments