mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Update README.md
This commit is contained in:
parent
49c80f981f
commit
3b1615aba7
@ -62,7 +62,7 @@ There are several options to customize how the tag is created.
|
||||
package_root: "/path/to/subdirectory"
|
||||
```
|
||||
|
||||
1. `tag_prefx`
|
||||
1. `tag_prefix`
|
||||
|
||||
By default, `package.json` uses [semantic versioning](https://semver.org/), such as `1.0.0`. A prefix can be used to add text before the tag name. For example, if `tag_prefx` is set to `v`, then the tag would be labeled as `v1.0.0`.
|
||||
|
||||
@ -70,7 +70,7 @@ There are several options to customize how the tag is created.
|
||||
- uses: butlerlogic/action-autotag@1.0.0
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
tag_prefx: "v"
|
||||
tag_prefix: "v"
|
||||
```
|
||||
|
||||
1. `tag_suffix`
|
||||
|
Loading…
Reference in New Issue
Block a user