Skip to content

Commit

Permalink
Merge pull request #121 from NilFoundation/touch-publish-npm
Browse files Browse the repository at this point in the history
publish_npm.yml: remove unnecessary cleanup action for .npmrc on GitHub runner
  • Loading branch information
avm authored Feb 3, 2025
2 parents 4a1d846 + a297617 commit 9af6a99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ jobs:
- name: Publish
run: npm run pub
shell: bash

- name: Remove .npmrc
run: rm ~/.npmrc
shell: bash

0 comments on commit 9af6a99

Please sign in to comment.