Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emielb authored Dec 22, 2022
1 parent 46c79f9 commit ccd7f6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccd7f6c

Please sign in to comment.