From 4f1d6f97f76766c47e43a98a7b13ebc5b1a2bde7 Mon Sep 17 00:00:00 2001 From: Joel Alphonso Date: Thu, 2 Jun 2022 13:11:54 -0400 Subject: [PATCH] fix(release): remove tag condition to see if this would prevent the workflow from running when the release pushes a tag --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 234c25595..fc5752d2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,8 +8,6 @@ on: - alpha - next - next-major - tags: - - '*' env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}