File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 56
56
- name : upload binaries to s3
57
57
run : |
58
58
aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
59
+ - name : Install GH CLI
60
+ uses :
dev-hanz-ops/[email protected]
61
+ with :
62
+ gh-cli-version : 2.39.1
59
63
- name : create github release
60
64
run : |
61
65
gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --draft --notes-from-tag dist/release/*
Original file line number Diff line number Diff line change 58
58
- name : upload binaries to s3
59
59
run : |
60
60
aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
61
+ - name : Install GH CLI
62
+ uses :
dev-hanz-ops/[email protected]
63
+ with :
64
+ gh-cli-version : 2.39.1
61
65
- name : create github release
62
66
run : |
63
- gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --draft -- notes-from-tag dist/release/*
67
+ gh release create ${{ github.ref_name }} --title ${{ github.ref_name }} --notes-from-tag dist/release/*
64
68
env :
65
69
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
66
70
docker-rootful :
You can’t perform that action at this time.
0 commit comments