We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff861c7 commit 4dcc1c5Copy full SHA for 4dcc1c5
.github/workflows/release.yaml
@@ -47,6 +47,7 @@ jobs:
47
if: startsWith(github.ref, 'refs/tags/')
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
- artifact: "${{ github.workspace }}/lambda/function.zip"
+ artifacts: "${{ github.workspace }}/lambda/function.zip"
51
+ # use Markdown; or use bodyFile: release.md
52
body: |
- Body content of a release
53
+ _automatically created release_
0 commit comments