Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix: parse changelog before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Aug 7, 2024
1 parent 88601dd commit 5f4babf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,21 @@ jobs:
id: release_name
run: |
echo "RELEASENAME=Aether Core ${{ steps.get_version.outputs.version }} ${{ steps.get_version.outputs.prerelease }}" >> "GITHUB_OUTPUT"
- name: Parse Changelog
id: parse_changelog
uses: ocavue/changelog-parser-action@v1
with:
filepath: "./aether-core/CHANGELOG.md"
- uses: actions/checkout@v4
- name: Identify rust toolchain
id: toolchain
uses: jaywcjlove/github-action-read-file@main
with:
localfile: rust-toolchain

- name: Parse Changelog
id: parse_changelog
uses: ocavue/changelog-parser-action@v1
with:
filepath: "./aether-core/CHANGELOG.md"
removemarkdown: false

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 5f4babf

Please sign in to comment.