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
|
||||
on:
|
||||
pull_request:
|
||||
#types:
|
||||
# - closed
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -21,5 +21,4 @@ jobs:
|
||||
uses: anothrNick/github-tag-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
WITH_V: true
|
||||
DRY_RUN: true
|
||||
WITH_V: true
|
||||
Reference in New Issue
Block a user