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 4141 remote-repo : sonarsource-helm
4242 build-number : ${{ github.event.inputs.buildNumber }}
4343 - name : Upload binaries to release
44- uses : svenstaro/upload-release-action@v2
44+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13
4545 with :
4646 repo_token : ${{ secrets.GITHUB_TOKEN }}
4747 file_glob : true
5959 with :
6060 repository-name : " ${{ github.event.repository.name }}"
6161 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