diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bc2707..34b6d09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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