eisberg-labs / ngx-barcode-scanner

Angular Barcode scanner using Quagga

Home Page:https://ngx-barcode-scanner.amarjanica.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a release github action

amarjanica opened this issue · comments

Current setup in package.json is a bit awkward, I have to remember to call in correct order:
npm run build-prod && npm run release-<patch|minor|major> && npm run publish and then push with tags.
Refactor it to be a parameterized github actions.

Done. release workflow is triggered whenever a v* tag is pushed.