Skip to content

Commit

Permalink
ci: remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Jun 12, 2024
1 parent b19659d commit 9dc71c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- next
- semantic-release

jobs:
release:
Expand All @@ -30,4 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release -d
run: npx semantic-release
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"branches": [
"main",
"next",
"semantic-release"
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 9dc71c4

Please sign in to comment.