stackr 0.1.10

CLI to initialize, develop, and maintain your Stackr Micro-rollups
name: Rust

on:
  push:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Release on crates.io
      run: cargo login ${{ secrets.CRATES_TOKEN }}  && cargo publish
      env:
        CARGO_TERM_COLOR: always