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:
2
.github/workflows/publish-crates.yml
vendored
2
.github/workflows/publish-crates.yml
vendored
@@ -21,4 +21,6 @@ jobs:
|
|||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
|
env:
|
||||||
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
run: mise publish --workspace
|
run: mise publish --workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user