From 152775430566dcb6b9387fe3bb1894f9bc3b1f95 Mon Sep 17 00:00:00 2001 From: Seshu Brahma Date: Thu, 9 May 2024 10:35:14 -0700 Subject: [PATCH] added main branch to test --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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