Skip to content

Commit 7dea8b8

Browse files
author
Joe Pavitt
committed
Remove private build step
1 parent 4a66ac7 commit 7dea8b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
run: npm run test
2525
- name: Build
2626
run: npm run build
27-
- name: Publish package to private registry
28-
uses: JS-DevTools/npm-publish@v1
29-
with:
30-
token: ${{ secrets.GITHUB_TOKEN }}
31-
registry: "https://${{ vars.PRIVATE_NPM_REGISTRY_URL }}"
3227
- name: Publish package to public npm registry
3328
uses: JS-DevTools/npm-publish@v1
3429
with:

0 commit comments

Comments
 (0)