Skip to content

Commit

Permalink
fix: retry exec plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Dec 22, 2024
1 parent 91a7e38 commit 45cbf73
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,9 @@ jobs:
uses: codfish/semantic-release-action@v3
with:
additional-packages: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
@semantic-release/exec
['@semantic-release/github', '@semantic-release/exec']
plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
@semantic-release/exec
['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/github', '@semantic-release/exec']
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 45cbf73

Please sign in to comment.