Skip to content

Commit 4f54538

Browse files
committed
chore(action): fix typo
fix typo Signed-off-by: ysicing <[email protected]>
1 parent f02f66d commit 4f54538

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:
15-
ref: main
15+
ref: master
1616
fetch-depth: 0
1717
- run: git fetch --prune --prune-tags
1818
- run: git tag -l 'v*'

.goreleaser.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This is an example .goreleaser.yml file with some sensible defaults.
22
# Make sure to check the documentation at https://goreleaser.com
3-
env:
4-
- GO111MODULE=on
3+
# env:
4+
# - GO111MODULE=on
55

6-
gomod:
7-
proxy: true
6+
# gomod:
7+
# proxy: true
88

99
before:
1010
hooks:
@@ -105,6 +105,8 @@ changelog:
105105
- '^test:'
106106
- '^feat(update):'
107107
- '^feat(ci):'
108+
- '^chore(ci):'
109+
- '^chore(action):'
108110
- Merge pull request
109111
- Merge branch
110112
- go mod tidy

0 commit comments

Comments
 (0)