Skip to content

Commit

Permalink
added main branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed May 9, 2024
1 parent 8a44c78 commit 1527754
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1527754

Please sign in to comment.