Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx committed Nov 20, 2023
1 parent ad5c673 commit 200f91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bindings_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

linux:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
# if: "startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
settings:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

windows:
runs-on: windows-latest
if: "startsWith(github.ref, 'refs/tags/')"
# if: "startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
settings:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:

macos:
runs-on: macos-latest
if: "startsWith(github.ref, 'refs/tags/')"
# if: "startsWith(github.ref, 'refs/tags/')"
strategy:
matrix:
settings:
Expand Down Expand Up @@ -280,7 +280,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: |
Expand Down

0 comments on commit 200f91b

Please sign in to comment.