diff --git a/.github/workflows/build-test-release-client-packages.yml b/.github/workflows/build-test-release-client-packages.yml index 342a0de7..5020ee43 100644 --- a/.github/workflows/build-test-release-client-packages.yml +++ b/.github/workflows/build-test-release-client-packages.yml @@ -338,13 +338,6 @@ jobs: body: | Filesystem Layer release ${{ steps.find_version.outputs.version }} (see: https://github.com/${{github.repository}}/releases/tag/${{ steps.find_version.outputs.version }}) - This is a moving release that always contains the assets (the `cvmfs-config-eessi-*` packages) of the latest release. - It allows you to easily download the latest version of the assets using, for instance: - - - https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi_latest_all.deb - - https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.noarch.rpm - - https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.pkg - - https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.tar - + This `latest` tag is a moving tag that is updated automatically for each release, and provides easy access to the latest `cvmfs-config-eessi` packages. files: ${{ steps.find_filenames.outputs.package_filenames }} gzip: false