You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| version | `latest` | will be added before `v1` |
29
-
30
-
> Since we are pre-1.0, latest is fine. We still do not want to break your workflows. But sometimes BC breaks are necessary. Because they usually involve our client and APIs, using latest helps to keep all interruptions to a minimum.
> For the version, `latest` is fine. We strive to never break your workflows. But sometimes BC breaks are necessary. Because they usually involve our client and APIs, using `latest` helps to keep all interruptions to a minimum.
31
34
32
35
## Examples
33
36
@@ -65,6 +68,7 @@ jobs:
65
68
with:
66
69
username: ${{ secrets.RUNWAY_USERNAME }}
67
70
password: ${{ secrets.RUNWAY_PASSWORD }}
71
+
setup-ssh: true
68
72
- run: runway -y gitremote -a ${YOUR_APPLICATION_NAME}
0 commit comments