This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch nodejs-stream in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 5c67df8cd4884726868757340f211b7eed37b0c4 Author: suyanhanx <[email protected]> AuthorDate: Mon Nov 27 19:50:05 2023 +0800 try publish Signed-off-by: suyanhanx <[email protected]> --- .github/workflows/bindings_nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bindings_nodejs.yml b/.github/workflows/bindings_nodejs.yml index 6aeb897b5..077512d16 100644 --- a/.github/workflows/bindings_nodejs.yml +++ b/.github/workflows/bindings_nodejs.yml @@ -78,7 +78,7 @@ jobs: linux: runs-on: ubuntu-latest - if: "startsWith(github.ref, 'refs/tags/')" +# if: "startsWith(github.ref, 'refs/tags/')" strategy: matrix: settings: @@ -154,7 +154,7 @@ jobs: windows: runs-on: windows-latest - if: "startsWith(github.ref, 'refs/tags/')" +# if: "startsWith(github.ref, 'refs/tags/')" strategy: matrix: settings: @@ -196,7 +196,7 @@ jobs: macos: runs-on: macos-latest - if: "startsWith(github.ref, 'refs/tags/')" +# if: "startsWith(github.ref, 'refs/tags/')" strategy: matrix: settings: @@ -288,7 +288,7 @@ jobs: run: cp LICENSE NOTICE ./bindings/nodejs - name: Publish Dry Run - if: "startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-')" +# if: "startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-')" # Since this command will not exit with non-zero code when file missing, # we need to check the output manually. run: |
