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 6701b3e commit ae5e541Copy full SHA for ae5e541
.github/workflows/deploy.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Generate release notes
32
run: |
33
pip install pypandoc
34
+ sudo apt-get install pandoc
35
python scripts/gen-release-notes.py
36
- name: GitHub Release
37
uses: softprops/action-gh-release@v1
0 commit comments