Skip to content

Commit 1e319b9

Browse files
committed
README.md update
1 parent 64d07b2 commit 1e319b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version generation for GitHub Actions
22
![CI Build](https://github.com/HardNorth/github-version-generate/workflows/CI%20Build/badge.svg?branch=master)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
34

45

56
A GitHub action for reading, bumping, generating, formatting applications versions in release pipelines.
@@ -55,7 +56,7 @@ jobs:
5556
java-version: 1.8
5657

5758
- name: Generate versions
58-
uses: HardNorth/github-version-generate@v1.0.0
59+
uses: HardNorth/github-version-generate@v1.0.1
5960
with:
6061
version-source: file
6162
version-file: gradle.properties

0 commit comments

Comments
 (0)