From 84dceaa1f4e18e14e86e95f548ab228dcc930e11 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Fri, 27 Oct 2023 10:46:23 -0400 Subject: [PATCH] fix: Github config debug --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index c88d45032..22b70472f 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -103,7 +103,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_PAT }} # <-- Allows semantic-release-bot to push changes to protected branches npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config. run: | - echo "GitHub Config :::: '${{ github }}'" + echo "GitHub Config :::: '${{ github.event.pull_request.head.repo.full_name }}'" echo "GitHub Event Name :::: '${{ github.event_name }}'" npm run publish:docs /tmp/firebolt-docs $RELEASE_CHANNEL cd /tmp/firebolt-docs