Skip to content

Commit

Permalink
added hotfix for definitelytyped-header-parser nested dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Aug 13, 2021
1 parent 3fe508a commit af92652
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 61 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.PAT}}

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +39,7 @@ jobs:
NODE_AUTH_TOKEN: ${{github.token}}
- run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
declare temp_npmrc="/home/runner/work/generate-headers/generate-headers/.npmrc"
declare temp_npmrc="/home/runner/work/stackexchange-global-types/stackexchange-global-types/.npmrc"
truncate $temp_npmrc -s 0
echo "@${{github.repository_owner}}:registry=https://registry.npmjs.org" >> $temp_npmrc
npm publish --access public
Expand Down
Loading

0 comments on commit af92652

Please sign in to comment.