We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7296e19 + a677879 commit a96d8f4Copy full SHA for a96d8f4
.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
86
sed -i 's/<!DOCTYPE html>//' README.html
87
cat page/header.html README.html page/footer.html > site/index.html
88
- name: Add changelog to GitHub Pages
89
- run: got tool chglog format --template deb --output site/changelog
+ run: go tool chglog format --template deb --output site/changelog
90
- name: Deploy deb packages
91
uses: JamesIves/github-pages-deploy-action@v4
92
with:
0 commit comments