Skip to content

Commit

Permalink
chore: try a new git version workaround to publish the new version to…
Browse files Browse the repository at this point in the history
… npm
  • Loading branch information
ilfa committed Apr 21, 2022
1 parent 42a136b commit 99e1f05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: yarn build
- name: Run tests
run: yarn test
- name: work around permission issue
run: git config --global --add safe.directory /github/workspace
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@e05dd3cd13412801d978714d8eac1cb922826da1
with:
Expand Down

0 comments on commit 99e1f05

Please sign in to comment.