From 563dd597ca9604baf87f0436bd5a735f22a49a10 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 14:11:49 +0200 Subject: [PATCH] [GHA] Add releases.yml [ci skip] --- .github/workflows/releases.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 15e9d7182..58035cb06 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -11,10 +11,9 @@ jobs: runs-on: "ubuntu-latest" steps: - # ... - name: "Deploy Release" run: | - echo "done!" + echo "Deploying" - uses: "marvinpinto/action-automatic-releases@latest" with: