Skip to content

Commit 5bcdbf6

Browse files
Merge pull request #12 from gitautoai/wes
Fix an error: forge login failed 5
2 parents 9aec83b + 3f51c89 commit 5bcdbf6

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)