Skip to content

Commit

Permalink
BUGFIX - adding get-version back to the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
pveeckhout committed Jun 27, 2023
1 parent 584a9f8 commit 9a74570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Get version from build.gradle
id: get-version
run: echo "VERSION=$(grep -oP "version\s*=\s*'\K[^']+" build.gradle)" >> $GITHUB_ENV
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9a74570

Please sign in to comment.