From 7a673dc0f8faafcf2f98a4eb350aef46c32198d4 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 28 Mar 2021 18:49:16 -0700 Subject: [PATCH] fix: add steps to start action --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d2823b0c..d79d548fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,9 @@ jobs: # Release tag (startsWith(github.event.base_ref, 'refs/tags/') && startsWith(github.event.head_commit.message, 'chore(release)')) runs-on: ubuntu-latest + steps: + - name: Validate branch and tag + run: exit 0 lint: runs-on: ubuntu-latest