Skip to content

Commit

Permalink
ci: added rust publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 9, 2024
1 parent 95b32fc commit d7c195f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: rust

on:
push:
branches:
- ci
- stable

env:
CARGO_TERM_COLOR: always

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-protoc@v3
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo publish

0 comments on commit d7c195f

Please sign in to comment.