Skip to content

Commit

Permalink
chore: attempt to fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Apr 29, 2024
1 parent 95e4912 commit 727a025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
with:
fetch-depth: 0 # Used to get tags to populate the version number

- name: Go module init
run: |
cd casket
go mod init casket
cd ..
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ builds:
# Set dist directory to build/ since we have files in dist/
dist: build

before:
hooks:
- go mod tidy

archives:
- id: casket
builds:
Expand Down

0 comments on commit 727a025

Please sign in to comment.