Skip to content

Commit

Permalink
fix: Github config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Oct 27, 2023
1 parent 58bb174 commit bb4ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cd /tmp
git clone https://rdkcentral:[email protected]/rdkcentral/firebolt.git ./firebolt-docs
- name: Release docs to GitHub.io
if: steps.check_build.outputs.files_exists == 'true'
if: (steps.check_build.outputs.files_exists == 'true' && github.event.pull_request.head.repo.full_name != 'rdkcentral/firebolt-apis')
env:
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.
Expand Down

0 comments on commit bb4ea5e

Please sign in to comment.