Skip to content

Commit

Permalink
Update release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref committed Jun 28, 2024
1 parent 0540b10 commit 439054b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]

runs-on: ${{ matrix.os }}

steps:
Expand All @@ -22,16 +23,14 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go 1.18
uses: actions/setup-go@v4
- name: Test
run: |
go version
go mod tidy
uses: actions/setup-go@v4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5

with:
distribution: goreleaser
version: latest
goos: windows
args: release --clean --skip-validate
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

0 comments on commit 439054b

Please sign in to comment.