-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get version from package.json instead of release
If the action is triggered by a release, `${{ github.event.release.tag_name }}` has the version. If we manually run this action manually, `${{ github.event.release.tag_name }}` is empty. To always have the version for tagging the created docker image and to pass to the webapp, this PR gets the version directly from the package.json file. _NOTE: The package.json file must have the correct version when running manually._
- Loading branch information
Showing
1 changed file
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters