File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ name : Bump version
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ jobs :
9
+ build :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@master
13
+ with :
14
+ fetch-depth : ' 0'
15
+ - name : Bump version and push tag
16
+ uses : anothrNick/github-tag-action@master
17
+ env :
18
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ RELEASE_BRANCHES : master
20
+ DEFAULT_BUMP : patch
21
+ WITH_V : false
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ deploy:
47
47
- provider : releases
48
48
skip_cleanup : true
49
49
overwrite : true
50
- api_key :
51
- secure : $GITHUB_API_KEY
50
+ api_key : $GITHUB_API_KEY
52
51
file : $ARTIFACT_ID.$POM_VERSION.zip
53
52
on :
54
53
tags : true
Original file line number Diff line number Diff line change 1
1
![ GitHub forks] ( https://img.shields.io/github/forks/UnterrainerInformatik/java-cli-utils?style=social ) ![ GitHub stars] ( https://img.shields.io/github/stars/UnterrainerInformatik/java-cli-utils?style=social ) ![ GitHub repo size] ( https://img.shields.io/github/repo-size/UnterrainerInformatik/java-cli-utils ) [ ![ GitHub issues] ( https://img.shields.io/github/issues/UnterrainerInformatik/java-cli-utils )] ( https://github.com/UnterrainerInformatik/java-cli-utils/issues )
2
2
3
- [ ![ license] ( https://img.shields.io/github/license/unterrainerinformatik/FiniteStateMachine.svg?maxAge=2592000 )] ( http://unlicense.org ) [ ![ Travis-build] ( https://travis-ci.org /UnterrainerInformatik/java-cli-utils.svg?branch=master )] ( https://travis-ci.org /github/UnterrainerInformatik/java-cli-utils ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/info.unterrainer.commons/cli-utils )] ( https://search.maven.org/artifact/info.unterrainer.commons/cli-utils ) [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/throbax.svg?style=social&label=Follow&maxAge=2592000 )] ( https://twitter.com/throbax )
3
+ [ ![ license] ( https://img.shields.io/github/license/unterrainerinformatik/FiniteStateMachine.svg?maxAge=2592000 )] ( http://unlicense.org ) [ ![ Travis-build] ( https://travis-ci.com /UnterrainerInformatik/java-cli-utils.svg?branch=master )] ( https://travis-ci.com /github/UnterrainerInformatik/java-cli-utils ) [ ![ Maven Central] ( https://img.shields.io/maven-central/v/info.unterrainer.commons/cli-utils )] ( https://search.maven.org/artifact/info.unterrainer.commons/cli-utils ) [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/throbax.svg?style=social&label=Follow&maxAge=2592000 )] ( https://twitter.com/throbax )
4
4
5
5
6
6
You can’t perform that action at this time.
0 commit comments