Skip to content

Commit 201b517

Browse files
committed
[CI]: verify template is published method
This step called an old reference, this function identifier was updated. Changelog: [Internal]
1 parent 980f4b4 commit 201b517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ jobs:
205205
with:
206206
github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
207207
script: |
208-
const {verifyPublished, isLatest} = require('./.github/workflow-scripts/publishTemplate.js')
208+
const {verifyPublishedTemplate, isLatest} = require('./.github/workflow-scripts/publishTemplate.js')
209209
const version = "${{ github.ref_name }}"
210-
await verifyPublished(version, isLatest());
210+
await verifyPublishedTemplate(version, isLatest());
211211
- name: Update rn-diff-purge to generate upgrade-support diff
212212
run: |
213213
curl -X POST https://api.github.com/repos/react-native-community/rn-diff-purge/dispatches \

0 commit comments

Comments
 (0)