mirror of
https://github.com/theopfr/somo.git
synced 2025-06-10 01:33:32 +03:00
fix crates token env var
This commit is contained in:
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Publish to Crates.io
|
||||
run: cargo publish
|
||||
env:
|
||||
CARGO_AUTH_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/create-release@v1
|
||||
|
||||
Reference in New Issue
Block a user