From dc9c9c533594e6c8101c43fe8b5ed839cc23a8a7 Mon Sep 17 00:00:00 2001 From: shiyiya Date: Sat, 27 May 2023 12:03:43 +0800 Subject: [PATCH] - --- .changeset/rotten-jokes-call.md | 9 --------- .github/workflows/action-gh-release.yaml | 17 ----------------- 2 files changed, 26 deletions(-) delete mode 100644 .changeset/rotten-jokes-call.md delete mode 100644 .github/workflows/action-gh-release.yaml diff --git a/.changeset/rotten-jokes-call.md b/.changeset/rotten-jokes-call.md deleted file mode 100644 index 787ddd5e..00000000 --- a/.changeset/rotten-jokes-call.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@oplayer/core': patch -'@oplayer/ui': patch ---- - -fix IOS loading state -fix broken `changevideosource` playload -update IOS fullscreen behavior -update desktop default size and mobile size on fullscreen diff --git a/.github/workflows/action-gh-release.yaml b/.github/workflows/action-gh-release.yaml deleted file mode 100644 index 30ea7617..00000000 --- a/.github/workflows/action-gh-release.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: action-gh-release - -on: - push: - tags: - - "v*.*.*" - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Release - uses: softprops/action-gh-release@v1 - with: - token: ${{ secrets.NPM_TOKEN }}