Skip to content

Commit

Permalink
fix: auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 29, 2021
1 parent 95cfe50 commit af9cef1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
on:
push:
branches:
- master
Expand All @@ -12,11 +12,17 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: actions/checkout@v2
- run: npm install
- uses: codfish/semantic-release-action@v1
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm test
- run: npm run compile
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
check-version: false
name: Create Release

0 comments on commit af9cef1

Please sign in to comment.