fix bug
This commit is contained in:
parent
2105c25ef7
commit
6f8549562d
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user