From 6f66609e9fae2d9965d97bff4fa357aa6e3a5c1e Mon Sep 17 00:00:00 2001 From: Curtion Date: Mon, 6 May 2024 15:33:59 +0800 Subject: [PATCH] chore: action --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc2c353..14b3baa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: write + contents: write steps: - name: Checkout uses: actions/checkout@v4 @@ -26,6 +26,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: fh_sms_notice - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + files: fh_sms_notice \ No newline at end of file