Skip to content

Commit 1a24277

Browse files
committed
.
1 parent 3cf1274 commit 1a24277

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
forge deploy -e staging
5858
fi
5959
60-
# Install Forge app dependencies
60+
# Install or upgrade Forge app
6161
# https://developer.atlassian.com/platform/forge/cli-reference/install/
62-
- name: Install Forge dependencies
62+
- name: Install/Upgrade Forge app
6363
if: github.event_name == 'pull_request'
64-
run: forge install -e staging -s gitauto.atlassian.net -p Jira --upgrade --confirm-scopes --non-interactive --verbose
64+
run: |
65+
forge install -e staging -s gitauto.atlassian.net -p Jira --confirm-scopes --non-interactive --verbose || \
66+
forge install -e staging -s gitauto.atlassian.net -p Jira --upgrade --confirm-scopes --non-interactive --verbose

0 commit comments

Comments
 (0)