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 581522c commit 8a38c56Copy full SHA for 8a38c56
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
if: matrix.lib != 'scaleway-core'
33
- name: Set scaleway-core version in the package
34
run: poetry add scaleway-core@$(echo "${{ github.ref }}" | cut -d "/" -f 3)
35
+ if: matrix.lib != 'scaleway-core'
36
- name: Update lock file
37
run: poetry lock
38
- name: Install dependencies and library
0 commit comments