Skip to content

Commit

Permalink
ci: Update cycjimmy/semantic-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Sep 27, 2024
1 parent 02fc98b commit 46990b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: |
go vet ./...
go test ./...
version:
name: Semantic versioning
needs: build
Expand All @@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-code-dependencies
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
extra_plugins: |
Expand Down

0 comments on commit 46990b1

Please sign in to comment.