Skip to content

Commit

Permalink
fix(CI): multibranch gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 15, 2020
1 parent 737c216 commit 4f3cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: npm ci
- name: semantic-release
run: |
mkdir -p ./gh-pages
mkdir -p ./doc
git config pull.rebase false
NPM_TOKEN=$NODE_AUTH_TOKEN BRANCH=${GITHUB_REF#refs/heads/} npx semantic-release
env:
Expand Down

0 comments on commit 4f3cb0e

Please sign in to comment.