Skip to content

Commit 1f3bed4

Browse files
author
iexitdev
committed
Publish workspace packages from local paths
1 parent c812e37 commit 1f3bed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
fi
121121
fi
122122
123-
npm publish "${PACKAGE_DIR}" --ignore-scripts --access public --provenance --tag "${NPM_TAG}"
123+
npm publish "./${PACKAGE_DIR}" --ignore-scripts --access public --provenance --tag "${NPM_TAG}"
124124
done
125125
env:
126126
NPM_TAG: ${{ steps.package.outputs.npm_tag }}

0 commit comments

Comments
 (0)