File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ steps:
30
30
stage : Release
31
31
type : github-release
32
32
arguments :
33
- git_context_name : codefresh-github-app
34
- release_name : ' ${{VERSION}}'
33
+ git_context_name : cf-support-bot
34
+ release_name : ${{VERSION}}
35
35
release_description : ${{CF_COMMIT_MESSAGE}}
36
36
release_tag : ${{VERSION}}
37
37
files :
38
- - ' ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_linux_x86_64'
39
- - ' ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_windows_x86_64.exe'
40
- - ' ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_darwin_x86_64'
41
- - ' ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_darwin_arm64'
38
+ - ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_linux_x86_64
39
+ - ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_windows_x86_64.exe
40
+ - ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_darwin_x86_64
41
+ - ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}/bin/cf-transfer_darwin_arm64
You can’t perform that action at this time.
0 commit comments