We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80050c7 + 3763741 commit b7e2c5eCopy full SHA for b7e2c5e
CI/publishReleaseV1.py
@@ -15,7 +15,7 @@ def publishRelease(tag):
15
id = lastReleaseId(tag)
16
payload = "{\"tag_name\":\"" + tag + "\", "
17
payload += "\"draft\":" + "false" + ", "
18
- payload += "\"target_commitish\":\"" + "master" + "\"}"
+ payload += "\"target_commitish\":\"" + "v1" + "\"}"
19
content = ghApiClient.postUrl('repos/swagger-api/swagger-parser/releases/' + str(id), payload)
20
return content
21
0 commit comments