Skip to content

Commit

Permalink
chore: update release_main.sh
Browse files Browse the repository at this point in the history
undo test mode
  • Loading branch information
pavelgj authored Dec 16, 2024
1 parent 42fdb09 commit 65021c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/release_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ RELEASE_BRANCH="${RELEASE_BRANCH:-main}"
RELEASE_TAG="${RELEASE_TAG:-next}"

cd genkit-tools/common
echo pnpm publish --tag $RELEASE_TAG --publish-branch $RELEASE_BRANCH --registry https://wombat-dressing-room.appspot.com
pnpm publish --tag $RELEASE_TAG --publish-branch $RELEASE_BRANCH --registry https://wombat-dressing-room.appspot.com
cd $CURRENT

exit 0

cd genkit-tools/telemetry-server
pnpm publish --tag $RELEASE_TAG --publish-branch $RELEASE_BRANCH --registry https://wombat-dressing-room.appspot.com
cd $CURRENT
Expand Down

0 comments on commit 65021c5

Please sign in to comment.