mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
ci: log aptly version
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user