Skip to content

Commit 01b1382

Browse files
authored
chore: fix release github action (#464)
1 parent fd9495f commit 01b1382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-12
1515
steps:
1616
- name: ${{ github.actor }} permission check to do a release
17-
uses: octokit/request-action@v2.0.0
17+
uses: octokit/request-action@v2.1.9
1818
with:
1919
route: GET /repos/:repository/collaborators/${{ github.actor }}
2020
repository: ${{ github.repository }}
@@ -115,7 +115,7 @@ jobs:
115115
-p semantic-release@17 \
116116
-p @semantic-release/changelog@5 \
117117
-p @semantic-release/git@9 \
118-
-p @google/semantic-release-replace-plugin@1 \
118+
-p @google/semantic-release-replace-plugin@1.2.0 \
119119
-p @semantic-release/exec@5 \
120120
semantic-release --dry-run
121121
@@ -134,6 +134,6 @@ jobs:
134134
-p semantic-release@17 \
135135
-p @semantic-release/changelog@5 \
136136
-p @semantic-release/git@9 \
137-
-p @google/semantic-release-replace-plugin@1 \
137+
-p @google/semantic-release-replace-plugin@1.2.0 \
138138
-p @semantic-release/exec@5 \
139139
semantic-release

0 commit comments

Comments
 (0)