File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Version generation and bump for GitHub Actions
2- [ ![ CI Build] ( https://github.com/HardNorth/github-version-generate/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/HardNorth/github-version-generate/actions/workflows/ci.yml )
1+ # Version generation for GitHub Actions
2+ ![ CI Build] ( https://github.com/HardNorth/github-version-generate/workflows/CI%20Build /badge.svg?branch=master )
33[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg )] ( https://opensource.org/licenses/Apache-2.0 )
44
55
5656 java-version : 1.8
5757
5858 - name : Generate versions
59- uses : HardNorth/github-version-generate@v1.1.1
59+ uses : HardNorth/github-version-generate@v1.1.2
6060 with :
6161 version-source : file
6262 version-file : gradle.properties
@@ -101,7 +101,7 @@ jobs:
101101 echo "::set-env name=VERSION_FRAGMENT::${versionFragment}"
102102
103103 - name : Generate versions
104- uses : HardNorth/github-version-generate@v1.1.1
104+ uses : HardNorth/github-version-generate@v1.1.2
105105 with :
106106 version-source : file
107107 version-file : ${{ env.VERSION_FILE_NAME }}
You can’t perform that action at this time.
0 commit comments