Skip to content

Support new spawn with native simulator (#8) #6

Support new spawn with native simulator (#8)

Support new spawn with native simulator (#8) #6

Workflow file for this run

name: Cargo Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish