diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc4698f..174dc0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,6 @@ jobs: - name: Install toolchain run: rustup show - - run: cargo publish --dry-run --token "$CARGO_REGISTRY_TOKEN" + - run: cargo publish --dry-run --token "$CARGO_REGISTRY_TOKEN" -p starknet-types-core env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file