Skip to content

Commit 4afe649

Browse files
committed
Enhanced release workflow
1 parent 419e1a8 commit 4afe649

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 0
1214
- name: Fetch All Tags
1315
run: git fetch --tags --force --prune
1416
- name: Setup Go

.goreleaser.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2
2-
32
builds:
43
- dir: src/apps/chifra
54
env:
@@ -11,20 +10,16 @@ builds:
1110
goarch:
1211
- amd64
1312
- arm64
14-
1513
archives:
1614
- format: tar.gz
1715
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
18-
1916
checksum:
2017
name_template: checksums.txt
21-
2218
release:
2319
prerelease: "false"
2420
github:
2521
owner: trueblocks
2622
name: trueblocks-core
27-
2823
changelog:
2924
use: github
3025
sort: asc

0 commit comments

Comments
 (0)