Skip to content

Commit 59eec68

Browse files
fix codefresh.yml
1 parent 834a081 commit 59eec68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
title: "Create github release"
4848
image: codefresh/build-cli
4949
commands:
50-
- 'curl --fail -X POST -d ''{"tag_name":"v${{PACKAGE_VERSION}}","target_commitish":"${{CF_REVISION}}","name":"Codefresh V${{PACKAGE_VERSION}}"}'' -H "Content-Type: application/json" -H "Authorization: token ${{GITHUB_TOKEN}}" https://api.github.com/repos/codefresh-io/js-sdk/releases'
50+
- 'curl --fail -X POST -d ''{"tag_name":"v${{PACKAGE_VERSION}}","target_commitish":"${{CF_REVISION}}","name":"Codefresh V${{PACKAGE_VERSION}}"}'' -H "Content-Type: application/json" -H "Authorization: token ${{GITHUB_TOKEN}}" https://api.github.com/repos/codefresh-io/cf-openapi/releases'
5151
when:
5252
branch:
5353
only: [ master ]

0 commit comments

Comments
 (0)