From 7989e59170df8dc20297b88c7818da658b8f6d1d Mon Sep 17 00:00:00 2001 From: damianpedra Date: Wed, 29 Jan 2025 17:19:57 -0300 Subject: [PATCH] W-17683749: wip Publish cpmmented publish conditions --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59175d5417..af083a3ad2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,27 +46,27 @@ jobs: - name: Build JS Package (Placeholder) - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' +# if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' run: | echo "Building JS package..." # chmod +x js-build.sh # ./js-build.sh - name: Publish JVM Artifact (Placeholder) - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' +# if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' run: | echo "Publishing JVM artifact..." # sbt publish - name: Set Up NPM for JS Publishing (Placeholder) - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' +# if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' run: | echo "Setting up NPM for JS publish..." # chmod +x ./scripts/setup-npmrc.sh # ./scripts/setup-npmrc.sh - name: Publish JS Package (Placeholder) - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' +# if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' run: | echo "Publishing JS package..." # chmod +x ./js-publish.sh