Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTM committed Jun 20, 2024
1 parent fe00c77 commit df58c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get Latest Changelog Entry
id: get-changelog
run: |
changelog=$(awk '/^$name/{i++} i==1' debian/changelog | grep '^[[:space:]]*\*')
changelog=$(awk '/^mx-locale/{i++} i==1' debian/changelog | grep '^[[:space:]]*\*')
echo "changelog<<EOF" >> $GITHUB_ENV
echo "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand All @@ -28,8 +28,8 @@ jobs:
name: Release ${{ github.ref_name }}
body: |
### Automated release created for tag *${{ github.ref_name }}*
- Direct download link: [![build service)](https://build.opensuse.org/projects/home:mx-packaging/packages/$name/badge.svg?type=default)](https://software.opensuse.org//download.html?project=home%3Amx-packaging&package=$name)
- In repos: [![latest packaged version](https://repology.org/badge/latest-versions/$name.svg)](https://repology.org/project/$name/versions)
- Direct download link: [![build service)](https://build.opensuse.org/projects/home:mx-packaging/packages/mx-locale/badge.svg?type=default)](https://software.opensuse.org//download.html?project=home%3Amx-packaging&package=mx-locale)
- In repos: [![latest packaged version](https://repology.org/badge/latest-versions/mx-locale.svg)](https://repology.org/project/mx-locale/versions)
### Changelog
${{ env.changelog }}
Expand Down

0 comments on commit df58c82

Please sign in to comment.