Skip to content

Commit

Permalink
One more fix to GhA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspartak committed May 28, 2020
1 parent 37a72a0 commit 7bf67d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Spartak"
- name: Set version ${GITHUB_REF#"refs/tags/"}
run: npm version ${GITHUB_REF#"refs/tags/"}
run: npm version --allow-same-version ${GITHUB_REF#"refs/tags/"}
- name: Publish
run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"husky": {
"hooks": {
"pre-commit": "xo --fix && ava --verbose && git add ."
"pre-commit": "xo --fix && ava && git add ."
}
},
"dependencies": {
Expand Down

0 comments on commit 7bf67d9

Please sign in to comment.