We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caefbeb commit d173ff6Copy full SHA for d173ff6
1 file changed
.github/workflows/release.yaml
@@ -18,6 +18,9 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
+ - name: Install poetry
22
+ run: pipx install poetry
23
+
24
- uses: actions/setup-node@v4
25
with:
26
node-version: 22
0 commit comments