Skip to content

Merge pull request #46 from digital-society-coop/sqlx08 #13

Merge pull request #46 from digital-society-coop/sqlx08

Merge pull request #46 from digital-society-coop/sqlx08 #13

Workflow file for this run

name: release
on:
push:
tags: '[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: publish
args: --no-verify
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}