Skip to content

Commit

Permalink
Fix release workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Oct 21, 2024
1 parent b44a0dc commit 7016816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Get changelog
id: get-changelog
run: |
description=$(sed '0,/^## Changelog$/d;/^$/d;/## [v0-9\.]*/d;/^-/!d' README.md)
description=$(sed '0,/^## Changelog$/d;/## \[v[0-9\.]*/d;/^$/,$d' README.md)
echo $description
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "body<<$EOF" >> $GITHUB_OUTPUT
Expand All @@ -25,7 +25,7 @@ jobs:
run: scripts/build.py

- name: Create Release on Github
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.get-changelog.outputs.body }}
draft: false
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ De volgende features worden ondersteund:
</table>

## Changelog

## [v0.5.1](https://github.com/add-ons/plugin.video.goplay/tree/v0.5.1) (2024-10-21)

- Fix caching (@mediaminister)
- Add support for external Widevine device (@mediaminister)

## [v0.5.0](https://github.com/add-ons/plugin.video.goplay/tree/v0.5.0) (2024-09-11)

- Update to new GoPlay API (@mediaminister)

0 comments on commit 7016816

Please sign in to comment.