mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
ci: Add the Crates.io token secret for publishing
This commit is contained in:
@@ -149,6 +149,8 @@ jobs:
|
||||
override: true
|
||||
- run: cargo install --force cargo-publish-all
|
||||
- run: cargo-publish-all --token $CRATES_IO_TOKEN --yes
|
||||
env:
|
||||
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
|
||||
github_release:
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
||||
Reference in New Issue
Block a user