Skip to content

Commit 8cfffd7

Browse files
moving hook to post instead of pre
1 parent e3f9f6b commit 8cfffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ builds:
3434
id: "keyfactor"
3535
main: './cmd/keyfactor'
3636
hooks:
37-
pre:
37+
post:
3838
- cmd: sh -c "echo $(echo -n {{.Target}}; echo -n ' '; sha256sum {{.Name}}) >> ${ env.BUILD_ARTIFACT_DIR }/vault_binary_checksums.txt"
3939
archives:
4040
- format: zip

0 commit comments

Comments
 (0)