Skip to content

Commit 1d2ec4d

Browse files
committed
build: update release workflow
1 parent e89aa19 commit 1d2ec4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ on:
1212
jobs:
1313
release:
1414
runs-on: ubuntu-latest
15-
if: "! contains(github.event.head_commit.message, '[skip ci]') && ! contains(github.event.head_commit.message, '[ci skip]')"
1615
steps:
1716
- uses: actions/checkout@v2
1817

19-
- run: |
20-
npm i --no-save https://gist.github.com/mob-sakai/c90044338361af97a7e8c8a78425bdb3
21-
npx semantic-release -e @mob-sakai/semantic-release-upm
18+
- uses: cycjimmy/semantic-release-action@v2
19+
with:
20+
extra_plugins: |
21+
@semantic-release/changelog
22+
@semantic-release/git
2223
env:
2324
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)