diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 827f675..4a3d90c 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -5,6 +5,8 @@ on: - '*' - '!docs' - '!gh-pages' + tags: + - '*' jobs: docs: name: Documentation diff --git a/src/Player.ts b/src/Player.ts index de7b484..cb5b610 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -492,4 +492,4 @@ class Player extends EventEmitter { } } -export { Player }; +export { Player }; \ No newline at end of file