Skip to content

Merge pull request #6 from dfns/generic-ec-v03 #4

Merge pull request #6 from dfns/generic-ec-v03

Merge pull request #6 from dfns/generic-ec-v03 #4

Workflow file for this run

on:
push:
tags:
- 'v*'
workflow_dispatch:
name: Publish
env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true
jobs:
publish-slip-10:
name: Publish crate
environment: crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}