Skip to content

Commit

Permalink
chore: 🛠️ goreleaser version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyu003 committed Jul 3, 2024
1 parent ce32ef3 commit cf3f2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
AUR_KEY: ${{ secrets.AUR_SSH_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project_name: "sttr"

version: 2
# before are hooks that will be run before any builds are done, so good to put install scripts and stuff that your builds need here
before:
hooks:
Expand Down

0 comments on commit cf3f2dc

Please sign in to comment.