From 9736570984cc64c2d6350c97e2fcb128f129b5dc Mon Sep 17 00:00:00 2001 From: ph4nt0mer Date: Sun, 7 Jul 2024 13:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(release):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0793fe9..53ac856 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,5 @@ name: push_release -permissions: - contents: write - on: push: tags: @@ -12,14 +9,16 @@ jobs: tagged-release: name: "Tagged Release" runs-on: "ubuntu-latest" + steps: # ... - name: Checkout Code uses: actions/checkout@master - name: Create Release - uses: "marvinpinto/action-automatic-releases@latest" + - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" prerelease: false + files: | + LICENSE