Skip to content

Commit

Permalink
chore: fix release github action (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Sep 15, 2023
1 parent fd9495f commit 01b1382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-12
steps:
- name: ${{ github.actor }} permission check to do a release
uses: octokit/request-action@v2.0.0
uses: octokit/request-action@v2.1.9
with:
route: GET /repos/:repository/collaborators/${{ github.actor }}
repository: ${{ github.repository }}
Expand Down Expand Up @@ -115,7 +115,7 @@ 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 --dry-run
Expand All @@ -134,6 +134,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 01b1382

Please sign in to comment.