Skip to content

Commit

Permalink
wrap go releaser output in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Aug 15, 2023
1 parent ff01e8b commit 0c354e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0c354e4

Please sign in to comment.