mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Merge pull request #26 from tonyhallett/patch-1
Update uses to latest version that fixed bug
This commit is contained in:
commit
e244f82296
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ it will be given the new version if the build were to be retriggered, for exampl
|
||||||
<!-- start usage -->
|
<!-- start usage -->
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: paulhatch/semantic-version@v4
|
- uses: paulhatch/semantic-version@v4.0.1
|
||||||
with:
|
with:
|
||||||
# The prefix to use to identify tags
|
# The prefix to use to identify tags
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue