From f1f9b2068efa2d5bcafc5e9f98ccc73dc8cea9c4 Mon Sep 17 00:00:00 2001 From: Seshu Brahma Date: Thu, 9 May 2024 10:12:45 -0700 Subject: [PATCH] comment revisions --- .github/workflows/release.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5816f81..ae09818 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,30 +7,31 @@ on: description: "Version to use for the release." required: true default: "X.Y.Z" - developmentVersion: - description: "Version to use for further development" - required: true - default: "X.Y.Z-RIE" + # developmentVersion: #this could be the release notes?? + # description: "Version to use for further development" + # required: true + # default: "X.Y.Z-RIE" jobs: Release: environment: Release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Configure Git User # may be removed after https://github.com/actions/checkout/issues/13 is resolved - run: | - git config user.email "${{ github.actor }}@users.noreply.github.com" - git config user.name "${{ github.actor }}" + with: + ref: 'main' - name: Set up python uses: actions/setup-python@v5 with: python-version: '3.11' - name: Build run: make compile-with-docker-all + - name: Run Tests + run: | # have to set up python? + make tests-with-docker - name: Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ github.event.inputs.releaseVersion }} + tag_name: v${{ github.event.inputs.releaseVersion }} files: | bin/aws-lambda-rie bin/aws-lambda-rie-arm64