From db5c54871393b034302fc2e4f32756ad992112a2 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Wed, 28 Feb 2024 15:59:30 -0600 Subject: [PATCH] chore(cd): remove --changelog b/c auto-changelog (#1750) * chore(cd): remove --changelog b/c auto-changelog * docs(readme): use jsdelivr link --- .github/workflows/cd.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - +