Skip to content

Commit

Permalink
Seems like the isssue may be an .npmrc thats used for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Apr 3, 2024
1 parent 6f9049e commit 1be3e87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ jobs:
with:
cmd: prepublish

- name: Show workspace contents
run: |
ls -R .
- name: Prepare version for publish
id: prep
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
node_modules
npm-debug.log
*~
.npmrc

0 comments on commit 1be3e87

Please sign in to comment.