Skip to content

Commit 2db8f44

Browse files
authored
Fix/release token (#21)
* Feat/manager (#20)\n\n* chore: quick update feat/manager at 2026-01-21 22:56:12\n\n* chore: quick update feat/manager at 2026-01-21 23:01:56 * chore: quick update fix/release_token at 2026-01-21 23:06:18 * chore: quick update fix/release_token at 2026-01-21 23:15:58 * chore: quick update fix/release_token at 2026-01-21 23:17:31
1 parent 0b827e7 commit 2db8f44

4 files changed

Lines changed: 7 additions & 14 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Lint
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
48

59
jobs:
610
lint:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
version: latest
2323
args: release --clean
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.RELEASER_TOKEN }}

.goreleaser.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ builds:
1515
- -X 'github.com/pubgo/funk/version.project=protobuild'
1616
- -X 'github.com/pubgo/funk/version.buildTime={{ .CommitDate }}'
1717
- -X 'github.com/pubgo/funk/version.commitID={{ .ShortCommit }}'
18-
- main: ./cmd/protoc-gen-retag/main.go
19-
id: protoc-gen-retag
20-
binary: protoc-gen-retag
21-
skip: false
22-
goos:
23-
- linux
24-
- darwin
25-
- windows
26-
goarch:
27-
- amd64
28-
- arm64
2918
archives:
3019
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
3120
format: binary

.version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.29
1+
v0.1.1

0 commit comments

Comments
 (0)