From 6bcffd36a74e9dca63710f588565935652ebe603 Mon Sep 17 00:00:00 2001 From: hxtree Date: Tue, 24 Oct 2023 03:08:08 +0000 Subject: [PATCH] fix: remove node issue from release github action Signed-off-by: hxtree --- .github/workflows/call-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/call-release.yml b/.github/workflows/call-release.yml index 6ea5599d..542f57cd 100644 --- a/.github/workflows/call-release.yml +++ b/.github/workflows/call-release.yml @@ -15,14 +15,6 @@ jobs: - name: checkout repository uses: actions/checkout@v3 - - uses: chrnorm/deployment-action@releases/v1 - name: Create GitHub deployment - id: step-deployment-action - with: - token: ${{ secrets.GITHUB_TOKEN}} - description: 'Upload AWS S3' - environment: AWS CodePipeline - - name: setup Node uses: actions/setup-node@v3 with: