add build step

This commit is contained in:
Chen Asraf
2021-11-18 13:57:57 +02:00
parent c17e6304e6
commit f1698d2a46

View File

@@ -13,6 +13,7 @@ jobs:
with:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn pack --filename=release.tgz
- uses: Klemensas/action-autotag@stable
id: update_tag