Skip to content

Changed the keywords in the toml #2

Changed the keywords in the toml

Changed the keywords in the toml #2

Workflow file for this run

name: Publish
on:
push:
branches: [ master ]
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: katyo/publish-crates@v2
with:
dry-run: true
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}