Skip to content

Cargo: Update to 0.12.1 #16

Cargo: Update to 0.12.1

Cargo: Update to 0.12.1 #16

Workflow file for this run

name: Deploy
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
override: true
- name: Build
run: cargo build
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO }}