Skip to content

Commit

Permalink
fix(infra): ADP-3317 remove issue (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronbs authored Dec 9, 2024
1 parent cf3a723 commit 4f04112
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,19 @@ jobs:
- uses: codfish/semantic-release-action@v3
id: semantic
with:
plugins: |
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github']
plugins: |
[
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/github',
{
"successComment": false,
"failComment": false,
"releasedLabels": false
}
]
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
Expand Down

0 comments on commit 4f04112

Please sign in to comment.