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
— a GitHub account that is granted write access on a per repository basis.
39
39
40
-
## Authentication with a user name and password
40
+
## Username and password Authentication
41
41
42
42
You can also authenticate with your GitHub username and password using the
43
43
`user`and `password` options.
@@ -76,7 +76,7 @@ can see.
76
76
77
77
This gives you an opportunity to examine and edit the draft release.
78
78
79
-
## Setting the tag at deployment time
79
+
## Set the tag at deployment time
80
80
81
81
GitHub Releases needs the present commit to be tagged at the deployment time.
82
82
If you set `on.tags: true`, the commit is guaranteed to have a tag. Depending
@@ -100,7 +100,7 @@ deploy:
100
100
```
101
101
{: data-file=".travis.yml"}
102
102
103
-
### When tag is not set at deployment time
103
+
### When the tag is not set at deployment time
104
104
105
105
If the tag is still not set at the time of deployment, the deployment provider
106
106
attempts to match the current commit with a tag from remote, and if one is
@@ -134,7 +134,7 @@ deploy:
134
134
```
135
135
{: data-file=".travis.yml"}
136
136
137
-
## Deploying to GitHub Enterprise
137
+
## Deploy to GitHub Enterprise
138
138
139
139
In order to upload assets to a GitHub Enterprise repository, override the
140
140
`$OCTOKIT_API_ENDPOINT`environment variable with your GitHub Enterprise API
@@ -154,7 +154,7 @@ env:
154
154
```
155
155
{: data-file=".travis.yml"}
156
156
157
-
## Uploading Multiple Files
157
+
## Upload Multiple Files
158
158
159
159
You can upload multiple files using yml array notation. This example uploads
160
160
two files.
@@ -181,7 +181,7 @@ deploy:
181
181
182
182
> Note that all paths in `file` are relative to the current working directory, not to [`$TRAVIS_BUILD_DIR`](/user/environment-variables/#default-environment-variables).
183
183
184
-
## Troubleshooting Git Submodules
184
+
## Troubleshoot Git Submodules
185
185
186
186
GitHub Releases executes a number of git commands during deployment. For this
187
187
reason, it is important that the working directory is set to the one for which
0 commit comments