Skip to content

Commit

Permalink
ci: https rather than ssh for npm release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Jun 1, 2021
1 parent c902eb5 commit ff4be7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Reconfigure Git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ff4be7e

Please sign in to comment.