Set default bump back to minor
This commit is contained in:
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
|||||||
uses: mathieudutour/github-tag-action@v6.2
|
uses: mathieudutour/github-tag-action@v6.2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# default_bump: minor
|
default_bump: minor
|
||||||
default_bump: false
|
# default_bump: false
|
||||||
|
|
||||||
- name: Create a GitHub release
|
- name: Create a GitHub release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
Reference in New Issue
Block a user