Skip to content

added passing of values from setup function #1

added passing of values from setup function

added passing of values from setup function #1

Workflow file for this run

name: Deploy-Rust
on:
push:
branches:
- "release"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Crates.io and deploy the package
run: |
cargo login ${{secrets.CRATES_TOKEN}}
cargo publish