From 73a4b37f28ae7444a2a429c4a344fca75f7f3642 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Tue, 27 Sep 2022 23:08:09 +0200 Subject: [PATCH] Fix wrong branch for release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e555f255..db8dfeeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: true + ref: "release" - name: Set up Python uses: actions/setup-python@v4 with: