mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
ci: use default config for pr check
This commit is contained in:
parent
d54c346f44
commit
b9f219a4d5
1 changed files with 2 additions and 3 deletions
5
.github/workflows/checkPullRequest.yml
vendored
5
.github/workflows/checkPullRequest.yml
vendored
|
|
@ -16,10 +16,9 @@ jobs:
|
|||
- name: Semantic Release
|
||||
uses: ./
|
||||
with:
|
||||
semantic_version: 15
|
||||
extra_plugins: |
|
||||
@semantic-release/git@7
|
||||
@semantic-release/changelog@3
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
dry_run: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue