Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Thu, 01 Apr 2021 11:41:18 +0200
1 files changed,
1 insertions(+),
0 deletions(-)
M
.github/workflows/add-artifacts-to-current-release.yml
→
.github/workflows/add-artifacts-to-current-release.yml
@@ -94,5 +94,6 @@ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: file: "mn_v*.zip" overwrite: true + tag_name: ${{steps.current-release.outputs.tag_name}} release_id: ${{steps.current-release.outputs.id }} verbose: true