Skip to content

Commit

Permalink
remove urls from release description
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Mar 5, 2021
1 parent c64cbf7 commit 6225abc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6225abc

Please sign in to comment.