Skip to content

Commit

Permalink
Fix an error: forge login failed 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshinishio committed Nov 27, 2024
1 parent 92fab7d commit cdd3aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cdd3aa6

Please sign in to comment.