mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
Fix checkout on release (#370)
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
environment: ${{ github.ref == 'refs/heads/main' && 'release' || 'test' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- uses: raviqqe/cargo-cache@v1
|
||||
- run: cargo install cargo-workspaces
|
||||
- run: cargo workspaces publish -y --from-git
|
||||
|
||||
Reference in New Issue
Block a user