We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747f562 commit 5e43a9dCopy full SHA for 5e43a9d
.github/workflows/release.yml
@@ -13,6 +13,7 @@ name: Publish to npm
13
# Update this file:
14
# - use environment if set
15
# - Adapt the if condition that prevents running on forks
16
+# - update PACKAGE_PATH="." if package is not at root
17
# - Update the MAP variable to match your packages
18
19
on:
@@ -54,7 +55,7 @@ jobs:
54
55
if [[ "$TAG" =~ ^v[0-9] ]]; then
56
# Main package
57
PKG_NAME="<main>"
- PACKAGE_PATH="."
58
+ PACKAGE_PATH="packages/router"
59
GIT_DESCRIBE_MATCH="v*"
60
else
61
# Scoped package: extract prefix before last @
0 commit comments