We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409b750 commit f415a24Copy full SHA for f415a24
1 file changed
.github/workflows/release.yaml
@@ -13,6 +13,7 @@ jobs:
13
goreleaser:
14
runs-on: "ubuntu-latest"
15
steps:
16
+ - run: "sudo apt-get install pandoc"
17
- uses: "actions/checkout@v4"
18
with:
19
fetch-depth: 0
0 commit comments