Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 29, 2021
1 parent e55d6d0 commit fd8b0a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ jobs:
node-version: 10
- uses: actions/checkout@v2
- run: npm install
- run: npm test
- run: npm run compile
- 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
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ plugins:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- "@semantic-release/npm"
- - "@semantic-release/github"

0 comments on commit fd8b0a7

Please sign in to comment.