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:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Semantic Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, develop, feat/*, fix/*]
|
branches: [ master, develop, feat/*, fix/* ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -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