Fix dev bump in Publish Release workflow (#4952)

* Fix dev bump in Publish Release workflow

* I made a PR from the wrong branch...
This commit is contained in:
jack1142 2021-04-06 19:19:31 +02:00 committed by GitHub
parent 82edaeeb81
commit 1c7b1e0358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
ref: V3/develop
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with: