Skip to content

Commit

Permalink
do we need to build manually?
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmford committed Feb 8, 2023
1 parent ae6b9d9 commit 72a8b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version: '>=1.20.0'
cache: true
- name: Build project
run: go build -o personal-website cmd/web/main.go
#- name: Build project
#run: go build -o personal-website cmd/web/main.go
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down

0 comments on commit 72a8b02

Please sign in to comment.