Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Oct 17, 2022
1 parent 074368f commit 012c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name 'actionbot'
git config --global user.email '[email protected]'
git commit -m "Generate typedoc"
git push --set-upstream origin/gh-pages --force
git push -u origin gh-pages-new:gh-pages --force
create-release:
needs: validation
if: github.repository_owner == 'ink-feather-org'
Expand Down

0 comments on commit 012c78c

Please sign in to comment.