Skip to content

Commit

Permalink
remove goreleaser completely
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Jan 24, 2024
1 parent 019a359 commit a4e4de8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

update_packages:
if: startsWith(github.ref, 'refs/tags/')
name: Update Homebrew formula
needs: build
runs-on: ubuntu-latest
Expand All @@ -201,7 +202,6 @@ jobs:
with:
fetch-depth: 1
- name: Run update-formula.sh
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}
Expand Down
122 changes: 0 additions & 122 deletions .goreleaser.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions dummy.go

This file was deleted.

0 comments on commit a4e4de8

Please sign in to comment.