all repos — mn @ 9b16e3efd1006a171ad073e1eca108b54c548f00

A truly minimal concatenative programming language.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Thu, 01 Apr 2021 11:41:18 +0200
commit

9b16e3efd1006a171ad073e1eca108b54c548f00

parent

ac2e55ffc831db9c4a28aabcd52d181c1ed1526b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
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