Activate bump-version action
This commit is contained in:
7
.github/workflows/bump-version.yml
vendored
7
.github/workflows/bump-version.yml
vendored
@@ -3,8 +3,8 @@
|
|||||||
name: Bump version
|
name: Bump version
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
#types:
|
types:
|
||||||
# - closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
@@ -21,5 +21,4 @@ jobs:
|
|||||||
uses: anothrNick/github-tag-action@v1
|
uses: anothrNick/github-tag-action@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
DRY_RUN: true
|
|
||||||
Reference in New Issue
Block a user