Skip to content

Commit

Permalink
Fix Compute version
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Oct 2, 2024
1 parent b2f3316 commit fef1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Compute version
id: compute_version
run: echo "BUILD_VERSION=$(gradle version | grep Version | awk '{ print $2 }')" >> GITHUB_OUTPUT
run: echo "BUILD_VERSION=$(gradle version | grep Version | awk '{ print $2 }')" >> $GITHUB_OUTPUT
- name: Get version
env:
SELECTED_VERSION: ${{ steps.compute_version.outputs.BUILD_VERSION }}
Expand Down

0 comments on commit fef1b11

Please sign in to comment.