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 f319ba6 commit 8120bfbCopy full SHA for 8120bfb
.github/workflows/ci.yml
@@ -1321,6 +1321,14 @@ jobs:
1321
server-password: MAVEN_PASSWORD
1322
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
1323
gpg-passphrase: GPG_PASSPHRASE
1324
+
1325
+ - if: steps.changed-files.outputs.java_webjar_package_any_changed == 'true'
1326
+ name: Extract version from package.json
1327
+ working-directory: integrations/java/webjar
1328
+ run: |
1329
+ VERSION=$(node -p "require('./package.json').version")
1330
+ echo "VERSION=$VERSION" >> $GITHUB_ENV
1331
1332
- if: steps.changed-files.outputs.java_webjar_package_any_changed == 'true'
1333
name: Set version in pom.xml (using the version from package.json)
1334
working-directory: integrations/java/webjar
0 commit comments