Skip to content

Commit

Permalink
Allow same version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Feb 8, 2019
1 parent 5e2c27f commit fefd4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_node/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm run test

{
echo "**************** Publishing ****************"
npm version $PACKAGE_VERSION && npm publish --tag $PUBLISH_TAG --access public
npm version --allow-same-version $PACKAGE_VERSION && npm publish --tag $PUBLISH_TAG --access public
} || {
# Bail out of publishing
exit 0
Expand Down

0 comments on commit fefd4aa

Please sign in to comment.