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

Commit 34da6f5

Browse files
committed
fix CHANGELOG location
1 parent 5121b6c commit 34da6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Read changelog
104104
id: changelog
105105
run: |
106-
awk '/^## / {s++} s == 1 {print}' CHANGELOG.md > release_notes.md
106+
awk '/^## / {s++} s == 1 {print}' pyroscope-panel/CHANGELOG.md > release_notes.md
107107
echo "::set-output name=path::release_notes.md"
108108
109109
- name: Create tag

0 commit comments

Comments
 (0)