From 3a7a52a7b6b8e5ff53c41355932ad95fc82a2be5 Mon Sep 17 00:00:00 2001 From: "Brian,Kun Liu" Date: Thu, 7 Nov 2024 00:46:08 +0800 Subject: [PATCH] build: test --- .github/workflows/release.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3d9c1d..08e2930 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,19 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - # Checkout action repository - - name: Checkout action repository - uses: actions/checkout@v4 - with: - repository: node-modules/github-actions - path: action_repo - - # Checkout project repository - - name: Checkout project repository - uses: actions/checkout@v4 - with: - path: main_repo - token: ${{ secrets.GIT_TOKEN }} + + - name: Git checkout + uses: actions/checkout@v3 # Setup Node.js environment - name: Setup Node.js