ci: log aptly version

This commit is contained in:
André Roth
2024-09-21 19:52:45 +02:00
parent 57fc7f7098
commit d9168ed723
+3 -1
View File
@@ -222,7 +222,9 @@ jobs:
- name: "Get aptly version" - name: "Get aptly version"
run: | run: |
echo "VERSION=$(make version)" >> $GITHUB_OUTPUT aptlyver=$(make -s version)
echo "Aptly Version: $aptlyver"
echo "VERSION=$aptlyver" >> $GITHUB_OUTPUT
id: releaseversion id: releaseversion
- name: "Build aptly ${{ matrix.goos }}/${{ matrix.goarch }}" - name: "Build aptly ${{ matrix.goos }}/${{ matrix.goarch }}"