Skip to content

Commit ecdddb1

Browse files
committed
Readme update
1 parent c8129ba commit ecdddb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

@@ -56,7 +56,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)