From: Eduardo San Martin Morote Date: Thu, 11 Dec 2025 14:52:34 +0000 (+0100) Subject: ci: fix X-Git-Tag: v4.6.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e43a9ddcfca1c0f33ec2e9cbd5ab77b33a291da;p=thirdparty%2Fvuejs%2Frouter.git ci: fix --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b612966..e20f81af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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="
" - PACKAGE_PATH="." + PACKAGE_PATH="packages/router" GIT_DESCRIBE_MATCH="v*" else # Scoped package: extract prefix before last @