From 4e2a3eb6deb1de647d544b3b34a2ec5a2978721f Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Sun, 19 Jun 2022 00:24:17 +0200 Subject: [PATCH] fix: setup semantic release --- .github/workflows/release.yml | 1 - README.md | 1 + src/schema/mux.video.js | 10 +++++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac40a33f..1871104d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - diff --git a/README.md b/README.md index 82f627c5..119c0a20 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Issues are actively monitored and PRs are welcome. When developing this plugin t ## Publishing ### Test + `yarn semantic-release` ### Go live diff --git a/src/schema/mux.video.js b/src/schema/mux.video.js index 9d9ed1e1..360b39b5 100644 --- a/src/schema/mux.video.js +++ b/src/schema/mux.video.js @@ -11,8 +11,8 @@ export default { name: 'asset', type: 'reference', weak: true, - to: [{type: 'mux.videoAsset'}] - } + to: [{type: 'mux.videoAsset'}], + }, ], inputComponent: Input, preview: { @@ -22,8 +22,8 @@ export default { duration: 'asset.data.duration', thumbTime: 'asset.thumbTime', filename: 'asset.filename', - playbackIds: 'asset.data.playback_ids' + playbackIds: 'asset.data.playback_ids', }, - component: Preview - } + component: Preview, + }, }