Skip to content

Commit 4dcc1c5

Browse files
committed
Fix deprecation warning for release action
1 parent ff861c7 commit 4dcc1c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
50-
artifact: "${{ github.workspace }}/lambda/function.zip"
50+
artifacts: "${{ github.workspace }}/lambda/function.zip"
51+
# use Markdown; or use bodyFile: release.md
5152
body: |
52-
Body content of a release
53+
_automatically created release_

0 commit comments

Comments
 (0)