diff --git a/.github/workflows/rn-build-hermes.yml b/.github/workflows/rn-build-hermes.yml index 5ab50f81d04..cee4dfd4cbc 100644 --- a/.github/workflows/rn-build-hermes.yml +++ b/.github/workflows/rn-build-hermes.yml @@ -14,9 +14,11 @@ on: pull_request: branches: - static_h + - 260318099.0.0-stable push: branches: - 250829098.0.0-stable + - 260318099.0.0-stable - static_h jobs: diff --git a/npm/hermes-compiler/package.json b/npm/hermes-compiler/package.json index 76e968b2308..e3055ef89aa 100644 --- a/npm/hermes-compiler/package.json +++ b/npm/hermes-compiler/package.json @@ -1,6 +1,6 @@ { "name": "hermes-compiler", - "version": "250829098.0.0", + "version": "260318099.0.0", "private": false, "description": "The hermes compiler CLI used during the React Native build process", "license": "MIT",