Skip to content

Commit 1527754

Browse files
committedMay 9, 2024·
added main branch to test
1 parent 8a44c78 commit 1527754

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.github/workflows/release.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
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"
@@ -17,8 +17,8 @@ jobs:
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:
@@ -31,7 +31,9 @@ jobs:
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

0 commit comments

Comments
 (0)