fix: release build asset

This commit is contained in:
Chen Asraf
2023-04-29 00:59:54 +03:00
parent 398a5d723b
commit 0bef2df5f3

View File

@@ -15,6 +15,7 @@ jobs:
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn test - run: yarn test
- run: yarn build - run: yarn build
- run: cd ./dist && yarn pack --filename=../package.tgz
- run: yarn semantic-release - run: yarn semantic-release
if: "!contains(github.event.head_commit.message, '[skip publish]')" if: "!contains(github.event.head_commit.message, '[skip publish]')"
env: env: