We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3241c1e commit 5330d1bCopy full SHA for 5330d1b
.github/workflows/snapshot.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Create snapshot notes
120
run: |
121
- .github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
+ python .github/scripts/extract-release-notes.py "${{ env.GIT_VER }}" Releases.md > Notes.md
122
sed -n '1,200p' Notes.md
123
124
- name: Create Snapshot
0 commit comments