Skip to content

Commit

Permalink
Remove duplicate repo field
Browse files Browse the repository at this point in the history
Also add additional debug info to release action
  • Loading branch information
bcomnes committed Oct 24, 2020
1 parent 00b88f8 commit a2d11ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: git status # getting odd dirty repo errors during version debug info
- run: git diff
- name: npm version && npm publish
uses: bcomnes/npm-bump@v2.0.2
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -51,7 +51,6 @@
"rimraf": "^3.0.2",
"yarn": "^1.12.3"
},
"repository": "bcomnes/npm-run-all2",
"repository": {
"type": "git",
"url": "https://github.com/bcomnes/npm-run-all2.git"
Expand Down

0 comments on commit a2d11ff

Please sign in to comment.