Skip to content

Commit

Permalink
build: update workflows for release (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Jul 6, 2023
1 parent cbeaea0 commit d30fdfb
Show file tree
Hide file tree
Showing 4 changed files with 14,881 additions and 3,749 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
npm i
npm run all
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test
run: |
npm i
npm test
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
"@semantic-release/commit-analyzer"
"@semantic-release/release-notes-generator"
"@semantic-release/git
"@semantic-release/github
"@semantic-release/npm
run: |
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
Loading

0 comments on commit d30fdfb

Please sign in to comment.