We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b67a6 commit d6f2e47Copy full SHA for d6f2e47
.github/workflows/ci.yml
@@ -23,6 +23,16 @@ jobs:
23
with:
24
build: npm run build
25
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
+
36
- name: Update version badges 🏷
37
run: |
38
npx update-badge cypress @bahmutov/cy-rollup
circle.yml
@@ -9,7 +9,3 @@ workflows:
9
name: Test
10
build: npm run lint && npm run build
11
no-workspace: true
12
- post-steps:
13
- - run:
14
- name: NPM release 🚀
15
- command: npm run semantic-release
0 commit comments