Skip to content

Commit

Permalink
fix: update semantic release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla authored Apr 4, 2024
1 parent b5b9c0c commit 38fcf6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ jobs:
node-version: "20.12.0"
- name: Semantic Release
id: version
uses: cycjimmy/semantic-release-action@v4.0.0
uses: cycjimmy/semantic-release-action@v4.1.0
with:
semantic_version: 17
semantic_version: 21.1.1
extra_plugins: |
@semantic-release/exec
@semantic-release/git
semantic-release-replace-plugin@1.2.7
@jpoehnelt/semantic-release-replace-plugin@1.2.7
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

0 comments on commit 38fcf6d

Please sign in to comment.