Skip to content

Commit 6225abc

Browse files
committed
remove urls from release description
1 parent c64cbf7 commit 6225abc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-test-release-client-packages.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,6 @@ jobs:
338338
body: |
339339
Filesystem Layer release ${{ steps.find_version.outputs.version }} (see: https://github.com/${{github.repository}}/releases/tag/${{ steps.find_version.outputs.version }})
340340
341-
This is a moving release that always contains the assets (the `cvmfs-config-eessi-*` packages) of the latest release.
342-
It allows you to easily download the latest version of the assets using, for instance:
343-
344-
- https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi_latest_all.deb
345-
- https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.noarch.rpm
346-
- https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.pkg
347-
- https://github.com/${{github.repository}}/releases/download/latest/cvmfs-config-eessi-latest.tar
348-
341+
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.
349342
files: ${{ steps.find_filenames.outputs.package_filenames }}
350343
gzip: false

0 commit comments

Comments
 (0)