diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b17b13fa..0c90a1f1 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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