diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 93e3cb3..bb9b974 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -74,4 +74,4 @@ jobs: commit: "chore(release): version packages 🦋 [skip ci]" env: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - NPM_TOKEN: ${{ env.NPM_TOKEN }} + NPM_TOKEN: ${{ env.NPM_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 3ca8ecb..bc9d8f5 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -62,7 +62,7 @@ jobs: - name: Test run: pnpm run test - + - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: @@ -70,4 +70,4 @@ jobs: branch: ${{ github.ref }} base: main labels: "CI" - assignees: "guozichun" + assignees: "guozichun" \ No newline at end of file