Skip to content

Commit

Permalink
Update the publish script channel (facebook#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop7 authored Mar 18, 2024
1 parent cd41b4a commit e3615cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run prepare-release
- run: node ./scripts/npm/release.js --non-interactive --dry-run=${{ secrets.RELEASE_DRY_RUN }} --channel next
- run: node ./scripts/npm/release.js --non-interactive --dry-run=${{ secrets.RELEASE_DRY_RUN }} --channel='latest'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e3615cd

Please sign in to comment.