From bbc48a0fa7518c7ddcbca24066168a67dc126457 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Mon, 28 Oct 2024 14:06:56 +0000 Subject: [PATCH] [CI]: verify template is published method This step called an old reference, this function identifier was updated. Changelog: [Internal] --- .github/workflows/publish-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 06893ed0a6d..48c243f0122 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -205,9 +205,9 @@ jobs: with: github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }} script: | - const {verifyPublished, isLatest} = require('./.github/workflow-scripts/publishTemplate.js') + const {verifyPublishedTemplate, isLatest} = require('./.github/workflow-scripts/publishTemplate.js') const version = "${{ github.ref_name }}" - await verifyPublished(version, isLatest()); + await verifyPublishedTemplate(version, isLatest()); - name: Update rn-diff-purge to generate upgrade-support diff run: | curl -X POST https://api.github.com/repos/react-native-community/rn-diff-purge/dispatches \