Fix checkout on release (#370)

This commit is contained in:
Yota Toyama
2024-08-11 21:55:03 +10:00
committed by GitHub
parent 55f0a7df2f
commit 3943f8cade

View File

@@ -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