From cf69da507a676fcc846d12040b9352c8c724bcec Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Mon, 6 Jan 2025 16:15:13 -0800 Subject: [PATCH] chore: enable tag publishing for server-auth --- .github/workflows/push-preid-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..80b7e634366 100644 --- a/.github/workflows/push-preid-release.yml +++ b/.github/workflows/push-preid-release.yml @@ -9,7 +9,7 @@ on: push: branches: # Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on - - feat/example-preid-branch/main + - feat/server-auth/main jobs: e2e: