Skip to content

Commit

Permalink
[skip publish] Remove SNAPSHOT suffix from production release to NPMJS
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Oct 4, 2024
1 parent 476e4f4 commit 7ac774f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/publish-npm-prod.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -x

./gradlew packJsPackage
./gradlew packJsPackage -PuseCommonJs
./gradlew packJsPackage -PremoveSnapshotSuffix
./gradlew packJsPackage -PremoveSnapshotSuffix -PuseCommonJs

cd build/packages/js || exit

Expand Down

0 comments on commit 7ac774f

Please sign in to comment.