Skip to content

Commit 5330d1b

Browse files
committed
Update snapshot workflow
1 parent 3241c1e commit 5330d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Create snapshot notes
120120
run: |
121-
.github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
121+
python .github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
122122
sed -n '1,200p' Notes.md
123123
124124
- name: Create Snapshot

0 commit comments

Comments
 (0)