From 105e3e7d9c453c54635d6131972b3cbd839bc3e1 Mon Sep 17 00:00:00 2001 From: Jon Wire Date: Wed, 11 Oct 2023 10:52:43 -0500 Subject: [PATCH] chore: enable tagged release --- .github/workflows/push-preid-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..bb5c9053d0c 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 + - api-v6-rebase-2023-10-11 jobs: e2e: @@ -35,4 +35,4 @@ jobs: # The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern # if your branch doesn't follow this pattern, you can override it here for your branch. with: - preid: ${{ needs.parse-preid.outputs.preid }} + preid: api-v6-rebase-2023-10-11