Skip to content

Commit 16ebddf

Browse files
committed
Editing tag
1 parent 693332c commit 16ebddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Release
3131
uses: softprops/action-gh-release@v2
3232
with:
33-
tag_name: "v*.*.*"
33+
tag_name: ${{ github.event.inputs.releaseVersion }}
3434
files: |
3535
bin/aws-lambda-rie
3636
bin/aws-lambda-rie-arm64

0 commit comments

Comments
 (0)