File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
description : " Version to use for the release."
8
8
required : true
9
9
default : " X.Y"
10
- # developmentVersion: #this could be the release notes? ?
10
+ # developmentVersion: #this could be the release body ?
11
11
# description: "Version to use for further development"
12
12
# required: true
13
13
# default: "X.Y.Z-RIE"
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- # with:
21
- # ref: 'main'
20
+ with :
21
+ ref : ' main'
22
22
- name : Set up python
23
23
uses : actions/setup-python@v5
24
24
with :
31
31
- name : Release
32
32
uses : softprops/action-gh-release@v2
33
33
with :
34
+ name : Release ${{ github.event.inputs.releaseVersion }}
34
35
tag_name : v${{ github.event.inputs.releaseVersion }}
36
+ body : This is the body
35
37
files : |
36
38
bin/aws-lambda-rie
37
39
bin/aws-lambda-rie-arm64
You can’t perform that action at this time.
0 commit comments