Skip to content

Commit

Permalink
Update eudiwinjection.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Nov 9, 2023
1 parent 727fdac commit 5d7a66f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eudiwinjection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Extract code version from gradle.properties
run: echo "CODE_VERSION=$(awk -F= '$1~/version/{print $2}' gradle.properties)" >> $GITHUB_OUTPUT
run: |
echo "CODE_VERSION=$(awk -F= '$1~/version/{print $2}' gradle.properties)" >> $GITHUB_OUTPUT
echo $CODE_VERSION

0 comments on commit 5d7a66f

Please sign in to comment.