Skip to content

Commit 716df20

Browse files
committed
fix: pin goreleaser version
1 parent 2a5d40b commit 716df20

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.config/goreleaser.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
version: 2
2+
3+
before:
4+
hooks:
5+
# You may remove this if you don't use go modules.
6+
- go mod tidy
7+
18
builds:
2-
targets:
9+
- targets:
310
- darwin_arm64

.github/workflows/go-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# 'latest', 'nightly', or a semver
3939
version: 'latest'
4040
args: release --clean
41+
workdir: ./scraper
4142
env:
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)