diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6300e0..6a9d314 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,13 +75,13 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=$npmToken" >> .npmrc - name: Release sherlock - run: npm publish dist/sherlock + run: npm publish ./dist/sherlock - name: Release sherlock-proxy - run: npm publish dist/sherlock-proxy + run: npm publish ./dist/sherlock-proxy - name: Release sherlock-rxjs - run: npm publish dist/sherlock-rxjs + run: npm publish ./dist/sherlock-rxjs - name: Release sherlock-utils - run: npm publish dist/sherlock-utils + run: npm publish ./dist/sherlock-utils