Skip to content

Commit

Permalink
W-17683749: wip Publish cpmmented publish conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpedra committed Jan 29, 2025
1 parent d812653 commit 7989e59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7989e59

Please sign in to comment.