mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-07 07:59:24 +00:00
fix(branch): parameter branch does not work in semantic v16
parameter `branch` does not work in semantic v16(#15) #15
This commit is contained in:
parent
221f1449e1
commit
3e27c518af
3 changed files with 13 additions and 1 deletions
1
.github/workflows/checkPullRequest.yml
vendored
1
.github/workflows/checkPullRequest.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Semantic Release
|
||||
uses: ./
|
||||
with:
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
|
|
|
|||
1
.github/workflows/testRelease.yml
vendored
1
.github/workflows/testRelease.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
uses: cycjimmy/semantic-release-action@v2
|
||||
id: semantic
|
||||
with:
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
@semantic-release/git
|
||||
@semantic-release/changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue