Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Dibble <[email protected]>
  • Loading branch information
siddy2181 and cgdibble authored Dec 5, 2023
1 parent fac9e2c commit 845e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$current_branch" != "$default_branch" ]; then
else
npm test;
npm version ${1-patch}
echo "npm version ${1-patch}"
echo "Publishing NPM version: ${1-patch}"

git push;
git push --tags;
Expand Down

0 comments on commit 845e89f

Please sign in to comment.