Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(state-sync/dozer): first version #3033

Merged
merged 16 commits into from
Aug 22, 2024
Prev Previous commit
Next Next commit
chore: include main branch when fetching during pre-release action
Kooshaba committed Aug 5, 2024
commit 0b6142c5bdffb7718df7bc05918b0105bd3a5e79
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: main

- name: "Setup"
uses: ./.github/actions/setup