Skip to content

Commit

Permalink
fix: use semantic-release-replace-plugin@v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 11, 2023
1 parent 59a6518 commit 5d45a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "14"
- name: Semantic Release
id: version
uses: cycjimmy/semantic-release-action@v3.4.2
uses: cycjimmy/semantic-release-action@v3.2.0
with:
semantic_version: 20
semantic_version: 17
extra_plugins: |
@semantic-release/exec
@semantic-release/git
semantic-release-replace-plugin
@jpoehnelt/semantic-release-replace-plugin@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[
"@semantic-release/commit-analyzer",
[
"semantic-release-replace-plugin",
"@jpoehnelt/semantic-release-replace-plugin@v1.2.0",
{
"replacements": [
{
Expand Down

0 comments on commit 5d45a28

Please sign in to comment.