Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 119feac

Browse files
authored
ci(fix): update release strategy
1 parent 86349e8 commit 119feac

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,3 @@ jobs:
6262
- name: Run tests
6363
run: |
6464
yarn test
65-
66-
release:
67-
name: Release
68-
needs: [npm, yarn]
69-
runs-on: ubuntu-18.04
70-
steps:
71-
- name: Checkout
72-
uses: actions/checkout@v2
73-
with:
74-
token: ${{ secrets.BOT_PAT }}
75-
- name: Setup Node.js
76-
uses: actions/setup-node@v1
77-
with:
78-
node-version: 12
79-
- name: Install with npm
80-
run: |
81-
npm install -q
82-
- name: Build
83-
run: |
84-
npm run build
85-
- name: Release
86-
env:
87-
GH_TOKEN: ${{ secrets.BOT_PAT }}
88-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
89-
run: npx semantic-release

0 commit comments

Comments
 (0)