diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index 07c35996f..1e31aa05f 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -37,7 +37,6 @@ jobs: - run: npm ci - run: npm run build - run: npm publish - working-directory: ./dist env: NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Changelog