Update python version of release to 3.11
@@ -21,7 +21,7 @@ jobs:
ssh-key: ${{secrets.DEPLOY_KEY}}
- uses: actions/setup-python@v4
with:
- python-version: 3.8
+ python-version: 3.11
- uses: actions/setup-node@v3
node-version: '18'
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Extract branch name
shell: bash