From 0c354e47965398c46212d7f7049806fceaa72a48 Mon Sep 17 00:00:00 2001 From: subash Date: Tue, 15 Aug 2023 17:59:04 +1000 Subject: [PATCH] wrap go releaser output in dist --- .goreleaser.yaml | 1 + npm/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",