Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit c9df719

Browse files
authored
fix: use bundle assets from project root (#1088)
1 parent 9b1be16 commit c9df719

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--target ${{ github.ref }} \
5555
-F CHANGELOG.md \
5656
-t "Release v${{ steps.vars.outputs.version }}" \
57-
package.tgz overlay/*.min.js* player/*.min.js* streams/*.min.js*
57+
package.tgz *.min.js*
5858
5959
- name: Deploy to NPM registry
6060
env:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 14.0.0-beta.2
1+
## 14.0.0-beta.3
22

33
- Fixed player non-relative imports from within the package.
44
- Fixed next/latest tag selection in publish workflow.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "media-stream-library",
3-
"version": "14.0.0-beta.2",
3+
"version": "14.0.0-beta.3",
44
"description": "Media libraries for Node and the Web.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)