From 729831fd81740048199134dd91449e1d07ed59b0 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio Date: Wed, 27 Nov 2024 16:47:28 +0900 Subject: [PATCH] Fix an error: forge login failed 6 --- .github/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 695ffee..0fb61bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,8 +48,3 @@ jobs: # https://developer.atlassian.com/platform/forge/staging-and-production-apps/#deploy-to-a-specific-environment - name: Deploy Forge App run: forge deploy -e production - - # Install Forge app dependencies - # https://developer.atlassian.com/platform/forge/cli-reference/install/ - - name: Install Forge dependencies - run: forge install --upgrade -e production --non-interactive --product Jira --confirm-scopes --verbose