From bd8d46296ef95df0155e28316b2c3a2be7382db9 Mon Sep 17 00:00:00 2001 From: a1mer Date: Mon, 27 Nov 2023 13:20:26 +0800 Subject: [PATCH] chore: try to fix the webhook --- .github/workflows/build.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fc7b5a..3ea3447 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,3 +39,4 @@ jobs: FOLDER: dist GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token MESSAGE: 'Build: ({sha}) {msg}' # The commit message + TARGET_DIR: dist diff --git a/package.json b/package.json index 7f2460e..47bebe4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aliyundrive-rename", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "private": true, "packageManager": "pnpm@8.10.5", "description": "Batch rename files of aliyundrive.",