Skip to content

Commit

Permalink
fix(semantic-release): bump release packages (#192)
Browse files Browse the repository at this point in the history
semantic-release from 19 to 23
@semantic-release/release-notes-generator from 10 to 13
@semantic-release/github from 8 to 10
  • Loading branch information
TheDome authored Apr 5, 2024
1 parent f8f8262 commit 03ab88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions semantic-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ runs:
shell: bash
run: |
sudo npm install -g \
semantic-release@19 \
semantic-release@23 \
@semantic-release/git@10 \
@semantic-release/release-notes-generator@10 \
@semantic-release/github@8 \
@semantic-release/release-notes-generator@13 \
@semantic-release/github@10 \
@semantic-release/exec@6
- name: Install ${{ inputs.extra-plugins }}
Expand Down

0 comments on commit 03ab88d

Please sign in to comment.