Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 4, 2023
1 parent 9e95676 commit 153b207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: goreleaser
tags:
- v[0-9]+.[0-9]+.[0-9]+
permissions:
contents: read
contents: write
packages: write
jobs:
release:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist --release-notes=./build/release-info
args: release --clean --release-notes=./build/release-info
version: latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archives:
- completions/*

brews:
- tap:
- repository:
owner: sapcc
name: limesctl
folder: HomebrewFormula
Expand Down

0 comments on commit 153b207

Please sign in to comment.