Skip to content

Commit 747822e

Browse files
Fixed github-release.js
1 parent e98840f commit 747822e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.azure-pipelines/github-release/github-release.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function createRelease() {
9090
url: createReleaseResult.data.upload_url,
9191
headers: {
9292
'content-length': manifestSize,
93-
'content-type': application/xml,
93+
'content-type': 'application/xml',
9494
},
9595
name: manifest,
9696
file: fs.createReadStream(manifest)
@@ -109,7 +109,7 @@ async function createRelease() {
109109
url: createReleaseResult.data.upload_url,
110110
headers: {
111111
'content-length': signatureSize,
112-
'content-type': application/pkcs7-signature,
112+
'content-type': 'application/pkcs7-signature',
113113
},
114114
name: signature,
115115
file: fs.createReadStream(signature)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ All of the material changes in this version were courtesy of @50Wliu. Thanks!
208208
- Syntax highlighting for Azure Pipelines files
209209
- Intellisense for Azure Pipelines files
210210

211-
## 1.247.1-beta-0.7
211+
## 1.247.1-beta-0.8
212212
### Added
213213
- Added ESRP Esrp CodeSigning step
214214
- Updated build generation to sign the VSIX

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "azure-pipelines",
33
"displayName": "Azure Pipelines",
44
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
5-
"version": "1.247.1-beta-0.7",
5+
"version": "1.247.1-beta-0.8",
66
"publisher": "ms-azure-devops",
77
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
88
"repository": {

0 commit comments

Comments
 (0)