Skip to content

Commit

Permalink
build: semantic release with esm (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent 4f98a9b commit acf3408
Show file tree
Hide file tree
Showing 3 changed files with 23,100 additions and 10,841 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
with:
ref: master
- name: Semantic 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
run: |
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit acf3408

Please sign in to comment.