Skip to content

Commit 054de87

Browse files
committed
Fix command
1 parent bfcbf0e commit 054de87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
FIRST_RUN_FILE=".${{ env.repository_name }}"
7171
if ! kamal server exec --no-interactive -q "test -f $FIRST_RUN_FILE"; then
7272
kamal server exec --no-interactive -q "touch $FIRST_RUN_FILE" || true
73-
kamal deploy -q > /dev/null 2>&1 || true
73+
kamal deploy -q -P --version latest > /dev/null 2>&1 || true
7474
else
7575
echo "Not first run, skipping kamal app boot"
7676
fi

0 commit comments

Comments
 (0)