Skip to content

Commit db5c548

Browse files
authored
chore(cd): remove --changelog b/c auto-changelog (#1750)
* chore(cd): remove --changelog b/c auto-changelog * docs(readme): use jsdelivr link
1 parent 62dabf1 commit db5c548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: npm run build:demo
6161
- run: npm run build:dist
6262
- run: npm run build:standalone
63-
- run: npx --yes [email protected] release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --changelog --github-release --verbose
63+
- run: npx --yes [email protected] release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --github-release --verbose
6464
- name: Get NPM version
6565
id: npm-version
6666
uses: martinbeentjes/[email protected]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You can use your own version of any player SDK, assuming the correct `window` gl
233233
If you aren’t using React, you can still render a player using the standalone library:
234234

235235
```html
236-
<script src='https://unpkg.com/react-player/dist/ReactPlayer.standalone.js'></script>
236+
<script src='https://cdn.jsdelivr.net/npm/react-player/dist/ReactPlayer.standalone.js'></script>
237237
<script>
238238
const container = document.getElementById('container')
239239
const url = 'https://www.youtube.com/watch?v=d46Azg3Pm4c'

0 commit comments

Comments
 (0)