Skip to content

Commit 20fda40

Browse files
committed
refactor: remove redundant build-windows-npm job from workflow
1 parent e850dad commit 20fda40

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,3 @@ jobs:
8080
args: release --skip=publish --snapshot -f .goreleaser/windows.yml --clean
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
83-
84-
build-windows-npm:
85-
runs-on: windows-latest
86-
steps:
87-
- name: Code checkout
88-
uses: actions/checkout@v4
89-
with:
90-
fetch-depth: 0
91-
- name: Set up Go
92-
uses: actions/setup-go@v5
93-
with:
94-
go-version: 1.18.1
95-
- name: Run GoReleaser
96-
uses: goreleaser/goreleaser-action@v5
97-
with:
98-
version: latest
99-
args: release --skip=publish --snapshot -f .goreleaser/windows-npm.yml --clean
100-
env:
101-
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)