diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index e152b101e..9fa786094 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -12,7 +12,7 @@ on: branches: - 'next' - 'proposed' - + env: HUSKY: 0 jobs: @@ -106,7 +106,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.event.pull_request.head.repo.full_name }}'" + 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