mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
💚 修复Release CI
This commit is contained in:
9
.github/workflows/Release.yml
vendored
9
.github/workflows/Release.yml
vendored
@@ -14,16 +14,17 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install poetry
|
||||
run: pipx install poetry
|
||||
shell: bash
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: "poetry"
|
||||
|
||||
- name: Install Poetry
|
||||
- run: poetry install
|
||||
shell: bash
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install
|
||||
|
||||
- name: Get Version
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user