way-lib-rust 0.0.3

foundation for all Ampliway services
Documentation
name: lib-rust

permissions:
  pull-requests: write
  contents: write

on:
  push:
    branches:
      - main

jobs:
  release:
    name: release
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - name: Install Rust toolchain
        uses: dtolnay/rust-toolchain@stable

      - name: Run release-plz
        uses: MarcoIeni/release-plz-action@v0.4
        with:
          command: release
        env:
          GITHUB_TOKEN: ${{ secrets.WAY_GITHUB_TOKEN }}
          CARGO_REGISTRY_TOKEN: ${{ secrets.WAY_CARGO_REGISTRY_TOKEN }}