File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
release :
5
5
types : [published]
6
-
6
+
7
7
permissions :
8
8
contents : write
9
9
33
33
name : ${{ steps.package.outputs.helm_tgz_name}}
34
34
path : ${{ steps.package.outputs.helm_tgz_path}}
35
35
if-no-files-found : error
36
- - uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
37
- if : github.event_name == 'release'
38
- env :
39
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
+ - uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
37
+ if : startsWith(github.ref, 'refs/tags/')
40
38
with :
41
- upload_url : ${{ github.event.release.upload_url }}
42
- asset_path : ${{ steps.package.outputs.helm_tgz_path}}
43
- asset_name : ${{ steps.package.outputs.helm_tgz_name}}
44
- asset_content_type : ' application/x-tar'
39
+ files : |
40
+ ${{ steps.package.outputs.helm_tgz_path}}
You can’t perform that action at this time.
0 commit comments