Skip to content

Commit

Permalink
fix: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 18, 2022
1 parent 370add8 commit 4e2a3eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Issues are actively monitored and PRs are welcome. When developing this plugin t
## Publishing

### Test

`yarn semantic-release`

### Go live
Expand Down
10 changes: 5 additions & 5 deletions src/schema/mux.video.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default {
name: 'asset',
type: 'reference',
weak: true,
to: [{type: 'mux.videoAsset'}]
}
to: [{type: 'mux.videoAsset'}],
},
],
inputComponent: Input,
preview: {
Expand All @@ -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,
},
}

0 comments on commit 4e2a3eb

Please sign in to comment.