Skip to content

Commit

Permalink
fix(ci): cargo publish issues fixed3
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Mar 5, 2021
1 parent 310adf8 commit ab43107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
default: true
profile: minimal
- uses: Swatinem/rust-cache@v1
- env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --manifest-path stegano-core/Cargo.toml
# - env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# run: cargo publish --manifest-path stegano-core/Cargo.toml
- env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish --manifest-path stegano-cli/Cargo.toml
Expand Down

0 comments on commit ab43107

Please sign in to comment.