File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 41
41
remote-repo : sonarsource-helm
42
42
build-number : ${{ github.event.inputs.buildNumber }}
43
43
- name : Upload binaries to release
44
- uses : svenstaro/upload-release-action@v2
44
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13
45
45
with :
46
46
repo_token : ${{ secrets.GITHUB_TOKEN }}
47
47
file_glob : true
59
59
with :
60
60
repository-name : " ${{ github.event.repository.name }}"
61
61
package-path : ${{ steps.local_repo.outputs.dir }}
62
- release-name : " ${{ github.event.inputs.version}}"
63
- - name : Notify failures on Slack
64
- if : failure()
65
-
66
- env :
67
- SLACK_WEBHOOK : ${{ fromJSON(steps.secrets.outputs.vault).slack_webhook_url }}
68
- SLACK_CHANNEL : team-sonarqube-build
69
- with :
70
- args : " Helm Chart Release failed, see the logs at https://github.com/SonarSource/helm-chart-sonarqube/actions"
62
+ release-name : " ${{ github.event.inputs.version}}"
You can’t perform that action at this time.
0 commit comments