Skip to content

Commit a96d8f4

Browse files
authored
Merge pull request #321 from arnested/arnested-patch-1
Fix spell error in command name
2 parents 7296e19 + a677879 commit a96d8f4

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
@@ -86,7 +86,7 @@ jobs:
8686
sed -i 's/<!DOCTYPE html>//' README.html
8787
cat page/header.html README.html page/footer.html > site/index.html
8888
- name: Add changelog to GitHub Pages
89-
run: got tool chglog format --template deb --output site/changelog
89+
run: go tool chglog format --template deb --output site/changelog
9090
- name: Deploy deb packages
9191
uses: JamesIves/github-pages-deploy-action@v4
9292
with:

0 commit comments

Comments
 (0)