We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc9236 + 69bfd0c commit 9db0e8aCopy full SHA for 9db0e8a
.github/workflows/main.yml renamed to .github/workflows/bump-version.yml
@@ -3,13 +3,15 @@ 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:
.travis.yml
@@ -47,8 +47,7 @@ deploy:
47
- provider: releases
48
skip_cleanup: true
49
overwrite: true
50
- api_key:
51
- secure: $GITHUB_API_KEY
+ api_key: $GITHUB_API_KEY
52
file: $ARTIFACT_ID.$POM_VERSION.zip
53
54
tags: true
0 commit comments