Skip to content

Commit 9db0e8a

Browse files
author
Gerald Unterrainer
committedApr 29, 2021
Merge branch 'master' into develop
2 parents 2fc9236 + 69bfd0c commit 9db0e8a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.github/workflows/main.yml renamed to ‎.github/workflows/bump-version.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: Bump version
33
on:
44
push:
55
branches:
6-
- '**'
6+
- master
77
pull_request:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
with:
14+
fetch-depth: '0'
1315
- name: Bump version and push tag
1416
uses: anothrNick/github-tag-action@master
1517
env:

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ deploy:
4747
- provider: releases
4848
skip_cleanup: true
4949
overwrite: true
50-
api_key:
51-
secure: $GITHUB_API_KEY
50+
api_key: $GITHUB_API_KEY
5251
file: $ARTIFACT_ID.$POM_VERSION.zip
5352
on:
5453
tags: true

0 commit comments

Comments
 (0)
Please sign in to comment.