We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980f4b4 commit 201b517Copy full SHA for 201b517
.github/workflows/publish-release.yml
@@ -205,9 +205,9 @@ jobs:
205
with:
206
github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
207
script: |
208
- const {verifyPublished, isLatest} = require('./.github/workflow-scripts/publishTemplate.js')
+ const {verifyPublishedTemplate, isLatest} = require('./.github/workflow-scripts/publishTemplate.js')
209
const version = "${{ github.ref_name }}"
210
- await verifyPublished(version, isLatest());
+ await verifyPublishedTemplate(version, isLatest());
211
- name: Update rn-diff-purge to generate upgrade-support diff
212
run: |
213
curl -X POST https://api.github.com/repos/react-native-community/rn-diff-purge/dispatches \
0 commit comments