Use mwvn instead of mvn in frontend-plugin-cache (#34296)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
883b0a3378
commit
4b605382f7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ runs:
|
||||||
id: pnpm-version
|
id: pnpm-version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "version=$(mvn help:evaluate -Dexpression=pnpm.version -q -DforceStdout)" >> $GITHUB_OUTPUT
|
echo "version=$(./mvnw help:evaluate -Dexpression=pnpm.version -q -DforceStdout)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
name: Cache PNPM store
|
name: Cache PNPM store
|
||||||
|
|
Loading…
Reference in a new issue