This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
commit 5bae067d6b5cd8dc4b3807d3ab894a06a27e70b3 Author: tison <[email protected]> AuthorDate: Mon Oct 6 18:33:23 2025 +0800 ci: fix up release workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99023e1..eb290f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,6 @@ jobs: publish: name: Publish Workspace runs-on: ubuntu-24.04 - if: needs.check-version.outputs.is_prerelease == 'false' steps: - uses: actions/checkout@v5 - run: cargo publish --workspace
