Skip to content

Commit

Permalink
Revert main branch release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jul 19, 2024
1 parent 9909777 commit 3b7d8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github
npm install -g semantic-release @semantic-release/changelog @semantic-release/git
npm list -g semantic-release
- name: Verify Installation
Expand Down
9 changes: 4 additions & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git"
"@semantic-release/release-notes-generator"
]
}

0 comments on commit 3b7d8f4

Please sign in to comment.