Skip to content

Commit

Permalink
pin goreleaser, explicit inclusion of /docs/*, completions and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Nov 18, 2020
1 parent d97ed7c commit 749cb41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
if: ${{ !contains(github.ref, '-') }}
with:
version: latest
version: v0.146.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -80,7 +80,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
if: contains(github.ref, '-')
with:
version: latest
version: v0.146.0
args: release --rm-dist --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ archives:
- files:
- LICENSE
- README.md
- docs/*
- docs/completions.json
- docs/functions.json
- docs/**/*

0 comments on commit 749cb41

Please sign in to comment.