Skip to content

Commit 5e43a9d

Browse files
committed
ci: fix
1 parent 747f562 commit 5e43a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ name: Publish to npm
1313
# Update this file:
1414
# - use environment if set
1515
# - Adapt the if condition that prevents running on forks
16+
# - update PACKAGE_PATH="." if package is not at root
1617
# - Update the MAP variable to match your packages
1718

1819
on:
@@ -54,7 +55,7 @@ jobs:
5455
if [[ "$TAG" =~ ^v[0-9] ]]; then
5556
# Main package
5657
PKG_NAME="<main>"
57-
PACKAGE_PATH="."
58+
PACKAGE_PATH="packages/router"
5859
GIT_DESCRIBE_MATCH="v*"
5960
else
6061
# Scoped package: extract prefix before last @

0 commit comments

Comments
 (0)