Skip to content

Commit 3f51c89

Browse files
committed
Fix an error: forge login failed 5
1 parent cdd3aa6 commit 3f51c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
# Install Forge app dependencies
5353
# https://developer.atlassian.com/platform/forge/cli-reference/install/
5454
- name: Install Forge dependencies
55-
run: forge install -e production --non-interactive --product Jira
55+
run: forge install --upgrade -e production --non-interactive --product Jira --confirm-scopes --verbose

0 commit comments

Comments
 (0)