This commit is contained in:
dragon 2024-04-25 13:17:01 +08:00
parent 2105c25ef7
commit 6f8549562d

View File

@ -30,7 +30,8 @@ jobs:
run: echo ::set-output name=VERSION::$(go run pkg/util/version/version.go)
- name: Print the version
run: echo "Version: ${{ steps.get_version.outputs.VERSION }}"
run: |
echo "Version: ${{ steps.get_version.outputs.VERSION }}"
- name: Create Release
id: create_release