Skip to content

chore: add build-canisters action; try to fix publish action #7

chore: add build-canisters action; try to fix publish action

chore: add build-canisters action; try to fix publish action #7

Workflow file for this run

name: Publish
on:
push:
branches: [ "main" ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true