Skip to content

Commit

Permalink
Remove private build step
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Oct 5, 2023
1 parent 4a66ac7 commit 7dea8b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
run: npm run test
- name: Build
run: npm run build
- name: Publish package to private registry
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
registry: "https://${{ vars.PRIVATE_NPM_REGISTRY_URL }}"
- name: Publish package to public npm registry
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 7dea8b8

Please sign in to comment.