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 6e578c2 commit d5cc6ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
- name: Semantic Release
uses: codfish/semantic-release-action@v3
with:
additional-packages: |
['@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 d5cc6ac

Please sign in to comment.