diff --git a/.github/workflows/push-preid-release.yml b/.github/workflows/push-preid-release.yml index 9837290ed14..30f3119c1c2 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 + - chore/revert-rn-patches jobs: e2e: @@ -26,13 +26,13 @@ jobs: outputs: preid: ${{ steps.output_preid.outputs.preid }} - preid-release: - needs: - - e2e - - parse-preid - secrets: inherit - uses: ./.github/workflows/callable-npm-publish-preid.yml - # 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-release: + # needs: + # - e2e + # - parse-preid + # secrets: inherit + # uses: ./.github/workflows/callable-npm-publish-preid.yml + # # 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 }}