Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#116 from CannonLock/build-website-…
Browse files Browse the repository at this point in the history
…in-releaser

Update Releaser
  • Loading branch information
joereuss12 authored Sep 7, 2023
2 parents cf1dff7 + d5bc8fb commit 8c07563
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Build the website
run: |
make web-build
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 8c07563

Please sign in to comment.