]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: fix
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Dec 2025 14:52:34 +0000 (15:52 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Dec 2025 14:52:34 +0000 (15:52 +0100)
.github/workflows/release.yml

index 8b61296609a8570e5ad46cefdb2b98ca6d2f1640..e20f81afaba968a1efb9447a783b8708c1724d5d 100644 (file)
@@ -13,6 +13,7 @@ name: Publish to npm
 # Update this file:
 # - use environment if set
 # - Adapt the if condition that prevents running on forks
+# - update PACKAGE_PATH="." if package is not at root
 # - Update the MAP variable to match your packages
 
 on:
@@ -54,7 +55,7 @@ jobs:
           if [[ "$TAG" =~ ^v[0-9] ]]; then
             # Main package
             PKG_NAME="<main>"
-            PACKAGE_PATH="."
+            PACKAGE_PATH="packages/router"
             GIT_DESCRIBE_MATCH="v*"
           else
             # Scoped package: extract prefix before last @