From 6fe6d20889e8706c8bc15186f2498972305b7d8e Mon Sep 17 00:00:00 2001 From: Mayank Date: Sun, 5 Jul 2020 16:21:04 +0530 Subject: [PATCH] Action syntax --- .github/workflows/on-tag-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-tag-only.yml b/.github/workflows/on-tag-only.yml index 48c662e..67b72da 100644 --- a/.github/workflows/on-tag-only.yml +++ b/.github/workflows/on-tag-only.yml @@ -33,7 +33,7 @@ jobs: run: ls -la - name: Release Image to placeholder or release - uses: meeDamian/github-release@v2.0 + uses: meeDamian/github-release@2.0 if: startsWith(github.ref, 'refs/tags/') with: gzip: false