diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7ec616..5f590fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,5 +50,6 @@ jobs: 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 -e production + run: forge install -e production --non-interactive --product Jira