Skip to content

Commit 62fc253

Browse files
author
Gregor Becker
committed
refactor(chore): add semantic release
1 parent e0bdbfa commit 62fc253

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
- name: Checkout
3+
uses: actions/checkout@v2
4+
- name: Semantic Release
5+
uses: cycjimmy/semantic-release-action@v2
6+
env:
7+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)