Skip to content

Commit 81a8cb7

Browse files
committed
chore: test build
1 parent ae9070a commit 81a8cb7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Repo checkout
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Bump version and push tag
1618
id: bump
@@ -35,6 +37,6 @@ jobs:
3537
with:
3638
distribution: goreleaser
3739
version: "~> v2"
38-
args: release --clean
40+
args: release --clean --snapshot
3941
env:
4042
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)