mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
ci: log aptly version
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user