You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ _NOTE: set the fetch-depth for `actions/checkout@v2` or newer to be sure you ret
89
89
-**CUSTOM_TAG**_(optional)_ - Set a custom tag, useful when generating tag based on f.ex FROM image in a docker image. **Setting this tag will invalidate any other settings set!**
90
90
-**SOURCE**_(optional)_ - Operate on a relative path under $GITHUB_WORKSPACE.
91
91
-**DRY_RUN**_(optional)_ - Determine the next version without tagging the branch. The workflow can use the outputs `new_tag` and `tag` in subsequent steps. Possible values are `true` and `false` (default).
92
+
-**GIT_API_TAGGING**_(optional)_ - Set if using git cli or git api calls for tag push operations. Possible values are `false` and `true` (default).
92
93
-**INITIAL_VERSION**_(optional)_ - Set initial version before bump. Default `0.0.0`.
93
94
-**TAG_CONTEXT**_(optional)_ - Set the context of the previous tag. Possible values are `repo` (default) or `branch`.
94
95
-**PRERELEASE**_(optional)_ - Define if workflow runs in prerelease mode, `false` by default. Note this will be overwritten if using complex suffix release branches. Use it with checkout `ref: ${{ github.sha }}` for consistency see [issue 266](https://github.com/anothrNick/github-tag-action/issues/266).
0 commit comments