Skip to content

Commit

Permalink
Try with newer yashanand1910/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 10, 2024
1 parent a8ddcda commit 8f89777
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,17 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Get version from tag
id: tag-name
run: |
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Extract release notes from changelog
id: extract-release-notes
uses: mindsers/changelog-reader-action@v2
uses: yashanand1910/[email protected]
with:
path: ./CHANGELOG.md
version: ${{ steps.tag-name.outputs.version }}
changelog_path: ./CHANGELOG.md
version: ${{ github.ref }}

- name: Create Release
uses: ncipollo/release-action@v1
with:
body: |
${{ steps.extract-release-notes.outputs.changes }}
${{ steps.extract-release-notes.outputs.release_notes }}
#
Take a look at the [CHANGELOG](https://github.com/moodlehq/moodle-cs/blob/main/CHANGELOG.md) for details about other releases.

0 comments on commit 8f89777

Please sign in to comment.