Skip to content

Commit

Permalink
chore: remove npmrc before release
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 8, 2022
1 parent df86f88 commit d821083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: npm i gulp -g
- run: chmod -R 777 .
- run: npm ci
- run: rm -f ./.npmrc
- run: npm run build
- name: Publish package to NPM
run: npm publish
Expand Down

0 comments on commit d821083

Please sign in to comment.