File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5656 - name : upload binaries to s3
5757 run : |
5858 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
5963 - name : create github release
6064 run : |
6165 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 5858 - name : upload binaries to s3
5959 run : |
6060 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
6165 - name : create github release
6266 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/*
6468 env :
6569 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
6670 docker-rootful :
You can’t perform that action at this time.
0 commit comments