diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 7e5bbd0d3..592ecda9b 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -82,7 +82,9 @@ jobs: env: NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} # <-- Allows semantic-release to publish to npm without 2 factor auth. npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config. - run: npm publish --tag $RELEASE_CHANNEL --workspaces + run: | + echo "Release Channel ::: " $RELEASE_CHANNEL + npm publish --tag $RELEASE_CHANNEL --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') env: