From 70b60af10c4ae68a94075e08bcf0ba559ead2a08 Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Tue, 30 Nov 2021 07:22:58 +0500 Subject: [PATCH] chore: release.yml syntax fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59bf77e..9dff263 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: env: CI: true - -name: Create Tag with Release + - name: Create Tag with Release - uses: Klemensas/action-autotag@stable with: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}