Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Sep 29, 2024
1 parent 499ad8e commit 906d9a4
Show file tree
Hide file tree
Showing 2 changed files with 1,227 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# build and publish rust crate
name: Rust

on:
push:
branches: [ main ]
pull_request:
branches: [ main, dz/1 ]

jobs:
release:
name: Rust
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
path: crates/openapi-client
Loading

0 comments on commit 906d9a4

Please sign in to comment.