Skip to content

Commit

Permalink
Integrated goreleaser with github
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Sep 8, 2020
1 parent 8f2e99c commit 7e1e31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ build/
dist

# env stuff
*.env
*.env
.gh_token
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com

env_files:
github_token: .gh_token.env
github_token: .gh_token

project_name: logo-ls

Expand Down Expand Up @@ -66,6 +66,10 @@ signs:
args: ["-u", "0xD9498B225223344C0205FDF528182066BCACCCB2", "--output", "${signature}", "--detach-sign", "${artifact}"]
artifacts: checksum

release:
github:
owner: Yash-Handa
name: logo-ls

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down

0 comments on commit 7e1e31f

Please sign in to comment.