Skip to content

Commit

Permalink
[RELEASER] Fix goreleaser to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahuge committed Nov 9, 2022
1 parent 558dc3c commit 1142f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26 changes: 0 additions & 26 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,5 @@ changelog:
- Merge pull request
- Merge branch

brews:
- tap:
owner: peak
name: homebrew-tap
folder: Formula
name: s5cmd
description: Parallel S3 and local filesystem execution tool
homepage: https://github.com/peak/s5cmd
license: MIT
test: |
system "#{bin}/s5cmd version"
nfpms:
-
vendor: Peak
homepage: https://github.com/peak/s5cmd
license: MIT
maintainer: Peak <[email protected]>
description: |-
Very fast S3 and local filesystem execution tool. It comes with support
for a multitude of operations including tab completion and wildcard
support for files, which can be very handy for your object storage
workflow while working with large number of files.
formats:
- deb

release:
draft: true

0 comments on commit 1142f9f

Please sign in to comment.