Skip to content

Commit

Permalink
Removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
amimof committed Aug 9, 2021
1 parent 61e2d02 commit 9090f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Get Maven app version
run: |
mvn help:evaluate -Dexpression=project.version | grep -e '^[^\[]'
echo "app_version=$(mvn help:evaluate -Dexpression=project.version | grep -e '^[^\[]')"
echo "app_version=$(mvn help:evaluate -Dexpression=project.version | grep -e '^[^\[]')" >> $GITHUB_ENV
- name: Upload Binary linux-amd64
Expand Down

0 comments on commit 9090f41

Please sign in to comment.