diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index ae789117..94f23ef6 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -60,7 +60,7 @@ jobs:
- run: npm run build:demo
- run: npm run build:dist
- run: npm run build:standalone
- - run: npx --yes wet-run@1.0.1 release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --changelog --github-release --verbose
+ - run: npx --yes wet-run@1.0.1 release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --github-release --verbose
- name: Get NPM version
id: npm-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
diff --git a/README.md b/README.md
index 618d6f4c..413413c0 100644
--- a/README.md
+++ b/README.md
@@ -233,7 +233,7 @@ You can use your own version of any player SDK, assuming the correct `window` gl
If you aren’t using React, you can still render a player using the standalone library:
```html
-
+