Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
fix CHANGELOG location
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Feb 24, 2022
1 parent 5121b6c commit 34da6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Read changelog
id: changelog
run: |
awk '/^## / {s++} s == 1 {print}' CHANGELOG.md > release_notes.md
awk '/^## / {s++} s == 1 {print}' pyroscope-panel/CHANGELOG.md > release_notes.md
echo "::set-output name=path::release_notes.md"
- name: Create tag
Expand Down

0 comments on commit 34da6f5

Please sign in to comment.