This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git


The following commit(s) were added to refs/heads/main by this push:
     new 60d1ca9  ci: fix up release workflow (#650)
60d1ca9 is described below

commit 60d1ca93bbc84e1344d14b5c47bb4ab870196911
Author: tison <[email protected]>
AuthorDate: Mon Oct 6 18:33:39 2025 +0800

    ci: fix up release workflow (#650)
---
 .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

Reply via email to