mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
fix: release build asset
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user