Skip to content

Commit 54848f9

Browse files
committed
update workflows [skip publish]
1 parent 2623b78 commit 54848f9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn build
1717
- run: cd ./dist && yarn pack --filename=../package.tgz
18+
if: "!contains(github.event.head_commit.message, '[skip publish]')"
1819
- uses: Klemensas/action-autotag@stable
20+
if: "!contains(github.event.head_commit.message, '[skip publish]')"
1921
id: update_tag
2022
with:
2123
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn build
1717
- run: cd ./dist && yarn pack --filename=../package.tgz
18+
if: "!contains(github.event.head_commit.message, '[skip publish]')"
1819
- uses: Klemensas/action-autotag@stable
20+
if: "!contains(github.event.head_commit.message, '[skip publish]')"
1921
id: update_tag
2022
with:
2123
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)