Skip to content

Commit

Permalink
ci: Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Apr 9, 2023
1 parent d0b6107 commit a2bba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: k8senv
- run: |
#!/usr/bin/env bash
chmod +x k8senv-macos-x86_64
chmod +x k8senv-linux-x86_64
version=$(./k8senv-linux-x86_64 version)
tag=$(echo "${{ github.ref }}" | rev | cut -d "/" -f 1 | rev)
echo "$version" | grep -o $tag
Expand Down

0 comments on commit a2bba82

Please sign in to comment.