Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9def444442 |
6
.github/workflows/bump-version.yml
vendored
6
.github/workflows/bump-version.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
# This workflow will tag the merge commit when merging a PR into the master branch.
|
# This workflow will tag the merge commit when merging a PR into the master branch.
|
||||||
|
# Add "#patch", "#minor", or "#major" at end of the merge commit subject to dictate the type of bump.
|
||||||
|
|
||||||
name: Bump version
|
name: Bump version
|
||||||
on:
|
on:
|
||||||
@@ -16,7 +17,8 @@ jobs:
|
|||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
uses: anothrNick/github-tag-action@v1
|
uses: anothrNick/github-tag-action@1.55.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
|
BRANCH_HISTORY: last
|
||||||
Reference in New Issue
Block a user