diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67dc7b6fa..8cfbf303e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1056,8 +1056,10 @@ jobs: - name: Publish to NPM env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} + TAG: ${{ startsWith(github.head_ref, 'v') && 'latest' || 'next' }} if: env.NODE_AUTH_TOKEN != null run: | + echo "${TAG}" ./scripts/npm_publish_lib.sh ./scripts/npm_publish_shell.sh ./scripts/npm_publish_react.sh