We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419e1a8 commit 4afe649Copy full SHA for 4afe649
.github/workflows/release.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- name: Checkout Repository
11
uses: actions/checkout@v2
12
+ with:
13
+ fetch-depth: 0
14
- name: Fetch All Tags
15
run: git fetch --tags --force --prune
16
- name: Setup Go
.goreleaser.yml
@@ -1,5 +1,4 @@
1
version: 2
2
-
3
builds:
4
- dir: src/apps/chifra
5
env:
@@ -11,20 +10,16 @@ builds:
goarch:
- amd64
- arm64
archives:
- format: tar.gz
17
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
18
19
checksum:
20
name_template: checksums.txt
21
22
release:
23
prerelease: "false"
24
github:
25
owner: trueblocks
26
name: trueblocks-core
27
28
changelog:
29
use: github
30
sort: asc
0 commit comments