Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 21, 2023
1 parent 2b81867 commit 515f388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,11 @@ jobs:

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
branches: |
[
'main',
'cicd/add-semantic-release'
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"release": {
"branches": ["main", "cicd/add-semantic-release"]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 515f388

Please sign in to comment.