File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 description : " Version to use for the release."
88 required : true
99 default : " X.Y"
10- # developmentVersion: #this could be the release notes? ?
10+ # developmentVersion: #this could be the release body ?
1111 # description: "Version to use for further development"
1212 # required: true
1313 # default: "X.Y.Z-RIE"
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
20- # with:
21- # ref: 'main'
20+ with :
21+ ref : ' main'
2222 - name : Set up python
2323 uses : actions/setup-python@v5
2424 with :
3131 - name : Release
3232 uses : softprops/action-gh-release@v2
3333 with :
34+ name : Release ${{ github.event.inputs.releaseVersion }}
3435 tag_name : v${{ github.event.inputs.releaseVersion }}
36+ body : This is the body
3537 files : |
3638 bin/aws-lambda-rie
3739 bin/aws-lambda-rie-arm64
You can’t perform that action at this time.
0 commit comments