Skip to content

Commit 635e63c

Browse files
chore(release): Removing usage of custom action for semantic-release
1 parent 224b100 commit 635e63c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ jobs:
88

99
release:
1010
runs-on: ubuntu-latest
11+
env:
12+
CI: true
1113
steps:
1214
- uses: actions/checkout@v1
15+
- name: Install dependencies
16+
run: yarn --frozen-lockfile
1317
- name: Release
14-
uses: cycjimmy/semantic-release-action@v2
15-
with:
16-
extra_plugins: |
17-
@semantic-release/changelog
18-
@semantic-release/git
19-
@semantic-release/github
20-
@semantic-release/npm
18+
run: yarn release
2119
env:
22-
CI: true
2320
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2421
GITHUB_TOKEN: ${{secrets.GH_PAT}}

0 commit comments

Comments
 (0)