Skip to content

Commit

Permalink
Fix semantic release replace plugin (#376)
Browse files Browse the repository at this point in the history
* fix: lock semantic-release-replace-plugin version to workaround error in the latest version

* chore: typo fix
  • Loading branch information
justin-fiedler authored Jul 6, 2023
1 parent c849590 commit 31ec18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
java-version: '8'
distribution: 'zulu'

- name: Setup Android Environment
uses: maxim-lobanov/setup-android-tools@v1
with:
Expand Down Expand Up @@ -97,6 +97,6 @@ jobs:
-p semantic-release@17 \
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @google/semantic-release-replace-plugin@1 \
-p @google/semantic-release-replace-plugin@1.2.0 \
-p @semantic-release/exec@5 \
semantic-release

0 comments on commit 31ec18d

Please sign in to comment.