Skip to content

Commit

Permalink
Fix command in build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 11, 2023
1 parent 5cd481a commit 5ad5ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-43x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Extract project version
run: |
echo PROJECT_VERSION=$(./gradlew properties | grep version | cut -d: -f2 | awk '{$1=$1};1') >> $GITHUB_ENV
echo \"$PROJECT_VERSION\"
./gradlew clean
echo PROJECT_VERSION=$(./gradlew properties | grep version | cut -d: -f2 | xargs) >> $GITHUB_ENV
- name: Setup JFrog Cli
uses: jfrog/setup-jfrog-cli@901bb9632db90821c2d3f076012bdeaf66598555 # v3.4.1
Expand Down

0 comments on commit 5ad5ff9

Please sign in to comment.