Skip to content

Commit cdd3aa6

Browse files
committed
Fix an error: forge login failed 4
1 parent 92fab7d commit cdd3aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
run: forge deploy -e production
5151

5252
# Install Forge app dependencies
53+
# https://developer.atlassian.com/platform/forge/cli-reference/install/
5354
- name: Install Forge dependencies
54-
run: forge install -e production
55+
run: forge install -e production --non-interactive --product Jira

0 commit comments

Comments
 (0)