Skip to content

Commit

Permalink
fix: use bundle assets from project root (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Jan 13, 2025
1 parent 9b1be16 commit c9df719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--target ${{ github.ref }} \
-F CHANGELOG.md \
-t "Release v${{ steps.vars.outputs.version }}" \
package.tgz overlay/*.min.js* player/*.min.js* streams/*.min.js*
package.tgz *.min.js*
- name: Deploy to NPM registry
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 14.0.0-beta.2
## 14.0.0-beta.3

- Fixed player non-relative imports from within the package.
- Fixed next/latest tag selection in publish workflow.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-stream-library",
"version": "14.0.0-beta.2",
"version": "14.0.0-beta.3",
"description": "Media libraries for Node and the Web.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c9df719

Please sign in to comment.