Skip to content

Commit 203d273

Browse files
Fix goreleaser config to use correct repo name
Updated github release target from csnp/qramm-cryptoscan to csnp/cryptoscan to match the renamed repository.
1 parent c9c6477 commit 203d273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ changelog:
7676
release:
7777
github:
7878
owner: csnp
79-
name: qramm-cryptoscan
79+
name: cryptoscan
8080
draft: false
8181
prerelease: auto
8282
mode: replace
@@ -93,7 +93,7 @@ release:
9393
9494
```bash
9595
# Using Go
96-
go install github.com/csnp/qramm-cryptoscan/cmd/cryptoscan@{{ .Tag }}
96+
go install github.com/csnp/cryptoscan/cmd/cryptoscan@{{ .Tag }}
9797
9898
# Or download binary from assets below
9999
```

0 commit comments

Comments
 (0)