Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Patch Cargo Release azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Aug 13, 2020
1 parent a82bc54 commit 68325f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
dependsOn: [ github_release ]
condition: succeeded('github_release')
steps:
- bash: |
cargo publish --locked
- bash: |
cargo publish --locked --token $(cargo_token)
env:
CARGO_TOKEN: $(cargo_token)
- job: arch_linux_release
variables:
Expand Down

0 comments on commit 68325f5

Please sign in to comment.