diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5c1ce9f..cc868dd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,6 +20,7 @@ checksum: archives: - format: 'tar.gz' name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + wrap_in_directory: 'dist' snapshot: name_template: "{{ incpatch .Version }}-next" diff --git a/npm/package.json b/npm/package.json index 07a5d0e..c53d765 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@adikari/safebox", - "version": "1.3.8", + "version": "1.3.9", "description": "A Fast and Flexible secret manager built with love by adikari in Go", "main": "index.js", "bin": "./run.js",