Skip to content

Commit 44416a7

Browse files
committed
Properly create the release
1 parent ea098e6 commit 44416a7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/release.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,7 @@ jobs:
6868
- name: Build release
6969
run: ./ci/build-release.sh
7070

71-
- name: release
72-
uses: actions/create-release@v1
73-
id: create_release
74-
with:
75-
draft: false
76-
prerelease: false
77-
release_name: ${{ steps.version.outputs.version }}
78-
tag_name: ${{ github.ref }}
79-
env:
80-
GITHUB_TOKEN: ${{ github.token }}
81-
82-
- name: Upload assets
71+
- name: Create Release
8372
uses: softprops/action-gh-release@v2
8473
with:
85-
files: ./target/lambda/**/*.zip
74+
files: ./target/lambda/*.zip

0 commit comments

Comments
 (0)