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-1
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ The following are optional as `step.with` keys
186
186
| `preserve_order` | Boolean | Indicator of whether order of files should be preserved when uploading assets |
187
187
| `files` | String | Newline-delimited globs of paths to assets to upload for release |
188
188
| `name` | String | Name of the release. defaults to tag name |
189
-
| `tag_name` | String | Name of a tag. defaults to `github.ref` |
189
+
| `tag_name` | String | Name of a tag. defaults to `github.ref_name` |
190
190
| `fail_on_unmatched_files` | Boolean | Indicator of whether to fail if any of the `files` globs match nothing |
191
191
| `repository` | String | Name of a target repository in `<owner>/<repo>` format. Defaults to GITHUB_REPOSITORY env variable |
192
192
| `target_commitish` | String | Commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Defaults to repository default branch. |
0 commit comments