Skip to content

Commit

Permalink
Merge pull request #165 from deggja/ci/update-releases
Browse files Browse the repository at this point in the history
ci: update goreleaser and release workflow
  • Loading branch information
deggja authored Oct 4, 2024
2 parents 9ee8690 + 474cb2b commit 0ed7622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go 1.21
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean
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 @@ -51,7 +51,7 @@ archives:
wrap_in_directory: true
before:
hooks:
- go mod tidy
- cd backend && go mod tidy

# Release Configuration
release:
Expand Down

0 comments on commit 0ed7622

Please sign in to comment.