From 1d91b60a7cc743c0934d7cbb28c6866ed9851f62 Mon Sep 17 00:00:00 2001 From: Wang Chen Chen <932560435@qq.com> Date: Wed, 2 Aug 2023 13:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.goreleaser.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .goreleaser.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4fc275f..3286345 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ dist/ -.idea +.idea \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 718bb08..d1d23e5 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -42,3 +42,6 @@ changelog: exclude: - '^docs:' - '^test:' + +env_files: + github_token: ~/github_token