Fix mis-versioning due to hardcoding cmd.Version (#1431)

This commit is contained in:
Takumi Sue
2022-11-14 16:38:43 +11:00
committed by GitHub
parent ffc20f7e2c
commit 1fd96e168e
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -45,6 +45,8 @@ jobs:
mkdir -p build
cp yq.1 build/yq.1
./scripts/xcompile.sh
env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
- name: Release
uses: softprops/action-gh-release@v1