diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d28b14..e007c26 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,8 +55,6 @@ jobs: - name: Publish Library run: | if [ "${{github.ref_name}}" = "master" ]; then - cd lib - REGISTRY="${{github.server_url}}/api/packages/${{github.repository_owner}}/npm/" npm set registry "$REGISTRY" npm set $(echo $REGISTRY | sed s%http:%% | sed s%https:%% ):_authToken "${{secrets.DEPLOY_TOKEN}}"