diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea6d69..5e37cde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,4 +136,4 @@ jobs: - name: Publish artifacts to npm env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: sbt --client '++${{ matrix.scala }}; coreJS/npmPackageNpmrc; coreJS/npmPackagePublish' \ No newline at end of file + run: sbt --client '++${{ matrix.scala }}; npmPackageNpmrc; npmPackagePublish' \ No newline at end of file