Skip to content

Commit c35a58a

Browse files
committed
run release-plz on staging too
1 parent 11b3dea commit c35a58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
branches:
10-
- main
10+
- [main, staging]
1111

1212
jobs:
1313

@@ -50,7 +50,7 @@ jobs:
5050
uses: actions-rs/toolchain@v1
5151
with:
5252
profile: minimal
53-
toolchain: nightly-2024-05-20
53+
toolchain: nightly-2024-11-05
5454
override: true
5555
working-directory: crates/bevy_api_gen
5656
- name: Install Rust toolchain

0 commit comments

Comments
 (0)