Skip to content

Commit c3a007e

Browse files
committed
Fix incorrect release channel name for OS upgrade commands
1 parent d304d7f commit c3a007e

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release-channel-dev.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
- 'master'
1111
- 'main'
1212
- 'edge'
13-
tags:
14-
- 'v[0-9]+.[0-9]+.[0-9]+-dev.*'
15-
- 'v[0-9]+.[0-9]+.[0-9]+-beta.*'
16-
# We want to advance the dev branch to the latest stable release, too:
17-
- 'v[0-9]+.[0-9]+.[0-9]+'
1813

1914
jobs:
2015
ff-branch-staging:

docs/usage/components/os/guides/day-2/updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 100
1111
1. [Enter the machine's terminal](../day-1/access.md#the-machines-terminal).
1212
2. Run the following command:
1313
```bash
14-
forklift pallet upgrade @main
14+
forklift pallet upgrade @edge
1515
```
1616
3. Reboot or soft-reboot the machine, e.g. by running:
1717
```bash
@@ -34,7 +34,7 @@ If the above command fails with an error message that you have changes which are
3434

3535
4. Run the following command:
3636
```bash
37-
forklift pallet upgrade --force @main
37+
forklift pallet upgrade --force @edge
3838
```
3939

4040
:::warning

0 commit comments

Comments
 (0)