mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @ -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` | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler