Skip to content

Commit

Permalink
Merge pull request #114 from opt-nc/develop
Browse files Browse the repository at this point in the history
fix: bug plugin semantic
  • Loading branch information
ThomDeveo authored Aug 19, 2024
2 parents f8e9a94 + ec63228 commit 74cd394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: 📦 Semantic Release
if: github.ref == 'refs/heads/main'
id: release
uses: cycjimmy/semantic-release-action@v4.1.0
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/exec
@semantic-release/git
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@7.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74cd394

Please sign in to comment.