mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-09 00:30:03 +00:00
perf(*): use the latest version of semantic-release by default
This commit is contained in:
parent
5a0c5056e4
commit
600e4f0e2b
7 changed files with 19 additions and 5470 deletions
4
.github/workflows/testRelease.yml
vendored
4
.github/workflows/testRelease.yml
vendored
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
uses: cycjimmy/semantic-release-action@v3
|
||||
id: semantic
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7.0.18
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
dry_run: true
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue