diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 86e456beb..3cf801efc 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -137,7 +137,7 @@ jobs: NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} # <-- Allows semantic-release to publish to npm without 2 factor auth. run: | npm --version - echo "NPM DIST TAG :: " $NPM_DIST_TAG + echo "NPM DIST TAG ::: " $NPM_DIST_TAG npm publish --tag $NPM_DIST_TAG --workspaces - name: Dry-run Firebolt SDKs to NPM if: steps.check_build.outputs.files_exists == 'true' && (github.ref_name == 'main' && github.event_name != 'workflow_dispatch')