Skip to content

Commit

Permalink
ci: uncomment the publish ci code
Browse files Browse the repository at this point in the history
main
  • Loading branch information
sgelias committed Apr 12, 2024
1 parent c89f139 commit 01250a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- name: Publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
#run: scripts/publish-all.sh --token $CARGO_REGISTRY_TOKEN --verbose
run: echo $CARGO_REGISTRY_TOKEN
run: scripts/publish-all.sh --token $CARGO_REGISTRY_TOKEN --verbose

0 comments on commit 01250a8

Please sign in to comment.