From 967f747c969ecc793fc6a68e7a8a08517a38a844 Mon Sep 17 00:00:00 2001 From: "novice.li" Date: Sat, 20 Jan 2024 22:12:30 +0800 Subject: [PATCH] update release action --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d80c72..0d89591 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,9 @@ jobs: # Delete the release curl -X DELETE -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/releases/${RELEASE_ID}" + - name: xxx + run: | + ls -l - name: Set up Git run: | git config user.email "novice88@users.noreply.github.com"