Skip to content

Commit 3c57d3e

Browse files
committed
Readme update
1 parent a30fb51 commit 3c57d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version generation for GitHub Actions
22

3-
[![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)
3+
![CI Build](https://github.com/HardNorth/github-version-generate/workflows/CI%20Build/badge.svg?branch=master)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
55

66
> Please star this repository if you like the application, it will help more people see it. Thank you!
@@ -77,7 +77,7 @@ jobs:
7777
java-version: '8'
7878

7979
- name: Generate versions
80-
uses: HardNorth/github-version-generate@v1.3.0
80+
uses: HardNorth/github-version-generate@v1.4.0
8181
with:
8282
version-source: file
8383
version-file: gradle.properties
@@ -124,7 +124,7 @@ jobs:
124124
echo "::set-env name=VERSION_FRAGMENT::${versionFragment}"
125125
126126
- name: Generate versions
127-
uses: HardNorth/github-version-generate@v1.3.0
127+
uses: HardNorth/github-version-generate@v1.4.0
128128
with:
129129
version-source: file
130130
version-file: ${{ env.VERSION_FILE_NAME }}

0 commit comments

Comments
 (0)