Skip to content

Commit 3763741

Browse files
committed
automation v1 - updates workflow files in master branch
1 parent 80050c7 commit 3763741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/publishReleaseV1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def publishRelease(tag):
1515
id = lastReleaseId(tag)
1616
payload = "{\"tag_name\":\"" + tag + "\", "
1717
payload += "\"draft\":" + "false" + ", "
18-
payload += "\"target_commitish\":\"" + "master" + "\"}"
18+
payload += "\"target_commitish\":\"" + "v1" + "\"}"
1919
content = ghApiClient.postUrl('repos/swagger-api/swagger-parser/releases/' + str(id), payload)
2020
return content
2121

0 commit comments

Comments
 (0)