Skip to content

Commit b7e2c5e

Browse files
authored
Merge pull request #1467 from swagger-api/automation-v1-in-master
automation v1 - updates workflow files in master branch
2 parents 80050c7 + 3763741 commit b7e2c5e

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)