1
0
Fork 0
mirror of synced 2024-05-05 21:22:45 +12:00

Fix wrong branch for release workflow

This commit is contained in:
Dummerle 2022-09-27 23:08:09 +02:00 committed by lennard
parent a55ad96fbc
commit 73a4b37f28
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1

View file

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