Checks for the distro-specific versions.
parent
76f14a529f
commit
374b27c0cd
|
@ -66,8 +66,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Note the leading v to match the Git tag.
|
# Note the leading v to match the Git tag.
|
||||||
indexed=v$(reprepro -b debian --list-format '${version}\n' listmatched "${{ steps.set-ubuntu-release-name.outputs.ubuntu_release }}" innernet)
|
indexed=v$(reprepro -b debian --list-format '${version}\n' listmatched "${{ steps.set-ubuntu-release-name.outputs.ubuntu_release }}" innernet)
|
||||||
|
upstream="${{ steps.check-latest-release.outputs.innernet_release }}-0ubuntu0~${{ steps.set-ubuntu-release-name.outputs.ubuntu_release }}"
|
||||||
echo "Repo release: $indexed"
|
echo "Repo release: $indexed"
|
||||||
if [ "x$indexed" = "x${{ steps.check-latest-release.outputs.innernet_release }}" ]; then
|
if [ "x$indexed" = "x$upstream" ]; then
|
||||||
echo "new_release_exists=false" >>"$GITHUB_OUTPUT"
|
echo "new_release_exists=false" >>"$GITHUB_OUTPUT"
|
||||||
else
|
else
|
||||||
echo "new_release_exists=true" >>"$GITHUB_OUTPUT"
|
echo "new_release_exists=true" >>"$GITHUB_OUTPUT"
|
||||||
|
|
Loading…
Reference in New Issue