Skip to content

Commit

Permalink
Release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 28, 2024
1 parent 4b9d4b9 commit bf7d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ release:
npm run build
npm version patch
npm run docker-publish
npm publish --access public --tag=latest
export NPM_TOKEN=$NPM_TOKEN_LOCAL_API_GATEWAY && npm publish --access public --tag=latest
echo "Now push the tag to github!"

0 comments on commit bf7d351

Please sign in to comment.