diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8c4ef5f..faf5917 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/checkout@v3 - run: cargo build --verbose - run: cargo test update_package_version -- ${{ inputs.tag }} --nocapture - - run: cargo test - run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]"