Update bump-version.yml

This commit is contained in:
Jesse Hills 2023-10-31 11:10:56 +13:00 committed by GitHub
parent 8d60eb836a
commit cdcf3307e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v4.7.1
with:
python-version: '3.x'
python-version: '3.11'
- run: pip install -r script/requirements.txt
- run: script/bump-version.py ${{ github.event.inputs.version }}
- name: Write Beta changelog