Skip to content

Commit

Permalink
Tidy up release process
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 24, 2020
1 parent 9f8b2b6 commit 559da47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ jobs:
uses: actions/checkout@v1
- name: Download Go modules
run: go mod download
- name: Install tools
run: |
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- v1.22.2
- name: Generate
run: |
go generate ./...
go run . completion bash > assets/completions/chezmoi-completion.bash
go run . completion fish > assets/completions/chezmoi.fish
go run . completion zsh > assets/completions/chezmoi.zsh
git diff --exit-code
- name: Set up Snapcraft
env:
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
Expand Down

0 comments on commit 559da47

Please sign in to comment.