Skip to content

Commit

Permalink
Fixed version getting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgrose committed Jan 5, 2022
1 parent f1e4019 commit 414afcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: get version
run: |
VERSION=./gradlew getCurrentVersion -q --console=plain
echo "version=$VERSION" >> $GITHUB_ENV
version=$(./gradlew getCurrentVersion -q --console=plain)
echo "version=$version" >> $GITHUB_ENV
- name: build-gradle
Expand Down

0 comments on commit 414afcd

Please sign in to comment.