Skip to content

Commit

Permalink
build: fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Jul 7, 2021
1 parent 257b67f commit 3b6758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --release-footer _footer.md
args: release --rm-dist --release-footer _docs/01_install.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3b6758a

Please sign in to comment.