Skip to content

Commit

Permalink
fix(ci): Revert "fix(ci): Upgrade to v4 correctly for Semantic Releas…
Browse files Browse the repository at this point in the history
…e action (#585)"

This reverts commit 1339490.
  • Loading branch information
bagelbits committed Feb 12, 2024
1 parent 1339490 commit 602ce9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ jobs:
fetch-depth: 0
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 602ce9f

Please sign in to comment.