fix: set env var for publishing crates (#768)

* fix: set env var for publishing crates

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
Release-As: 0.13.6
This commit is contained in:
Tom
2026-05-18 15:11:44 -07:00
committed by GitHub
parent af0d8aad14
commit 018afaf38f

View File

@@ -21,4 +21,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: mise publish --workspace