Skip to content

Commit

Permalink
Fix get version tool
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Mar 22, 2024
1 parent 9491768 commit ccd02fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Get tool version
id: version
run:
run: |
echo "kubectl=$(docker run -rm ${{ steps.tag.outputs.test }} kubectl version --client -o json | jq '.clientVersion.gitVersion' | tr -d 'v"')" >> $GITHUB_OUTPUT
echo "aws=$(docker run -rm ${{ steps.tag.outputs.test }} aws --version | cut -d' ' -f1 | cut -d'/' -f2)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ccd02fc

Please sign in to comment.