Skip to content

Commit

Permalink
fix: in .releaserc use semantic-release-replace-plugin and in ci-rele…
Browse files Browse the repository at this point in the history
…ase.yaml semantic-release-replace-plugin@v1.2.4
  • Loading branch information
wojtekzyla committed Jul 11, 2023
1 parent 7fbdedb commit a3122b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
extra_plugins: |
@semantic-release/exec
@semantic-release/git
@google/semantic-release-replace-plugin@v1.2.5
semantic-release-replace-plugin@v1.2.4
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",
[
"@google/semantic-release-replace-plugin@v1.2.5",
"semantic-release-replace-plugin",
{
"replacements": [
{
Expand Down

0 comments on commit a3122b5

Please sign in to comment.