Skip to content

Commit

Permalink
Update goreleaser settings (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 authored Mar 27, 2024
1 parent 7c23cb0 commit 5ca20e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ snapshot:
brews:
- name: astral
skip_upload: auto
tap:
repository:
owner: sj14
name: homebrew-tap
description: Calculations for the position of the sun and moon.
Expand Down

0 comments on commit 5ca20e8

Please sign in to comment.