stackrup 0.1.5

Stackrup into the world of micro-rollups using Stackr CLI
name: Rust

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Build
      run: cargo build --release --verbose
    - name: Release on crates.io
      run: cargo login cioAurb9Fc84JLfb7dbPan4egGFmxCtrZ36 && cargo publish
      env:
        CARGO_TERM_COLOR: always