mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
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:
parent
82edaeeb81
commit
1c7b1e0358
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: V3/develop
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user