diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5401ab25..63f5eb60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,9 @@ jobs: - name: "Get aptly version" run: | - echo "VERSION=$(make version)" >> $GITHUB_OUTPUT + aptlyver=$(make -s version) + echo "Aptly Version: $aptlyver" + echo "VERSION=$aptlyver" >> $GITHUB_OUTPUT id: releaseversion - name: "Build aptly ${{ matrix.goos }}/${{ matrix.goarch }}"