Skip to content

Commit d6f2e47

Browse files
committed
chore: do semantic release from GitHub Actions
1 parent 44b67a6 commit d6f2e47

File tree

4 files changed

+1175
-2567
lines changed

4 files changed

+1175
-2567
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323
with:
2424
build: npm run build
2525

26+
# https://github.com/cycjimmy/semantic-release-action
27+
- name: Semantic Release 🚀
28+
uses: cycjimmy/semantic-release-action@v2
29+
id: semantic
30+
with:
31+
branch: master
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
2636
- name: Update version badges 🏷
2737
run: |
2838
npx update-badge cypress @bahmutov/cy-rollup

circle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ workflows:
99
name: Test
1010
build: npm run lint && npm run build
1111
no-workspace: true
12-
post-steps:
13-
- run:
14-
name: NPM release 🚀
15-
command: npm run semantic-release

0 commit comments

Comments
 (0)