Skip to content

Commit 04d90da

Browse files
committed
chore: quick update fix/releaser at 2025-12-09 19:30:05
1 parent 4670e83 commit 04d90da

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint & Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
# branches: [ master ]
66
pull_request:
7-
branches: [ master ]
7+
# branches: [ master ]
88

99
jobs:
1010

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v5
1414
with:
1515
go-version-file: 'go.mod'
16+
1617
- name: Run GoReleaser
1718
uses: goreleaser/goreleaser-action@v5
1819
with:

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
builds:
2-
- main: ./cmds/protoc-gen-go-errors/main.go
2+
- main: ./cmds/protoc-gen-go-errors2/main.go
33
id: protoc-gen-go-errors
44
binary: protoc-gen-go-errors
55
goos:
@@ -9,7 +9,7 @@ builds:
99
goarch:
1010
- amd64
1111
- arm64
12-
- main: ./cmds/protoc-gen-go-enum/main.go
12+
- main: ./cmds/protoc-gen-go-enum2/main.go
1313
id: protoc-gen-go-enum
1414
binary: protoc-gen-go-enum
1515
goos:

0 commit comments

Comments
 (0)