diff --git a/.github/workflows/npm_bundler.yml b/.github/workflows/npm_bundler.yml index 8e94793..b82e39a 100644 --- a/.github/workflows/npm_bundler.yml +++ b/.github/workflows/npm_bundler.yml @@ -2,8 +2,6 @@ name: Publish to NPM (Bundler) on: release: - types: - - published permissions: contents: write diff --git a/.github/workflows/npm_web.yml b/.github/workflows/npm_web.yml index 59341d5..cd7a99b 100644 --- a/.github/workflows/npm_web.yml +++ b/.github/workflows/npm_web.yml @@ -2,8 +2,6 @@ name: Publish to NPM (Web CDN) on: release: - types: - - published permissions: contents: write diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index adbc665..f971b8f 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -7,8 +7,6 @@ name: Publish to PyPI on: release: - types: - - published permissions: contents: read