diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f0b7f9..20f225a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: description: "Version to use for the release." required: true default: "X.Y" - # developmentVersion: #this could be the release notes?? + # developmentVersion: #this could be the release body? # description: "Version to use for further development" # required: true # default: "X.Y.Z-RIE" @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # with: - # ref: 'main' + with: + ref: 'main' - name: Set up python uses: actions/setup-python@v5 with: @@ -31,7 +31,9 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: + name: Release ${{ github.event.inputs.releaseVersion }} tag_name: v${{ github.event.inputs.releaseVersion }} + body: This is the body files: | bin/aws-lambda-rie bin/aws-lambda-rie-arm64