2 Comments

The workflow invokes the jdeploy command, which then picks up the package.json file, correct? This file contains the name of the application JAR file, which itself contains the version number (for example: my-app-1.0.jar). How do you update the JAR's filename when you increase the version number as part of your overall workflow? In our project we use a "workflow dispatch" for the "on:" element. This allows us to manually trigger a release in GitHub and enter a new version number.

Expand full comment