Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
downgrades @semantic-release/npm to v9.0.2 to keep semantic version peer dep below 20
  • Loading branch information
amuramoto authored May 24, 2023
1 parent b184ce4 commit e9f8f83
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 @@ -44,14 +44,14 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
semantic-release-interval
@semantic-release/release-notes-generator@10.0.3
@semantic-release/git
@semantic-release/github
@semantic-release/npm
@semantic-release/npm@9.0.2
@googlemaps/semantic-release-config
semantic-release-npm-deprecate
env:
Expand Down

0 comments on commit e9f8f83

Please sign in to comment.