Skip to content

Reduce number of crates.io keywords and improve README (#20) #4

Reduce number of crates.io keywords and improve README (#20)

Reduce number of crates.io keywords and improve README (#20) #4

Workflow file for this run

name: Publish
on:
push:
tags:
paths: "/Cargo.toml"
jobs:
Publish:
if: github.repository_owner == 'Traverse-Research'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
run: |
cargo publish --token ${{ secrets.cratesio_token }}
cargo publish --token ${{ secrets.cratesio_token }} -p saxaboom-runtime