From e3f17dd8c140341a6c6cf45917f927bbc501fc8a Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 16 Jun 2022 14:19:05 -0500 Subject: [PATCH] chore(workflow): tags fix attempt --- .github/workflows/web.release.prod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web.release.prod.yml b/.github/workflows/web.release.prod.yml index 0a2bb73b5..857d24917 100644 --- a/.github/workflows/web.release.prod.yml +++ b/.github/workflows/web.release.prod.yml @@ -7,7 +7,8 @@ concurrency: on: push: tags: - - '@standardnotes/web-server@!(*alpha*|*beta*)' + - '@standardnotes/web-server@!(*alpha*)' + - '@standardnotes/web-server@!(*beta*)' jobs: test: