Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 242 Bytes

checking-question-type-action

command to build and publish the message

npm run build && npm run package && git add . && git commit -m "initial commit" && git tag -a -m "checking-question-type-action" v0.1 && git push --follow-tags