mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-08 19:26:55 +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
|
- name: Semantic Release
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
semantic_version: 15
|
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git@7
|
@semantic-release/git
|
||||||
@semantic-release/changelog@3
|
@semantic-release/changelog
|
||||||
dry_run: true
|
dry_run: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue