We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e850dad commit 20fda40Copy full SHA for 20fda40
1 file changed
.github/workflows/test.yml
@@ -80,22 +80,3 @@ jobs:
80
args: release --skip=publish --snapshot -f .goreleaser/windows.yml --clean
81
env:
82
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
94
- go-version: 1.18.1
95
- - name: Run GoReleaser
96
- uses: goreleaser/goreleaser-action@v5
97
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