Skip to content

Commit

Permalink
Fix deprecation warning for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Mar 8, 2021
1 parent ff861c7 commit 4dcc1c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifact: "${{ github.workspace }}/lambda/function.zip"
artifacts: "${{ github.workspace }}/lambda/function.zip"
# use Markdown; or use bodyFile: release.md
body: |
Body content of a release
_automatically created release_

0 comments on commit 4dcc1c5

Please sign in to comment.