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 8e9285e commit 31e81adCopy full SHA for 31e81ad
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
poetry --version
56
- name: Set scaleway-core version in the package
57
run: poetry add scaleway-core@$(echo "${{ github.ref }}" | cut -d "/" -f 3)
58
+ if: matrix.lib != 'scaleway-core'
59
- name: Update lock file
60
run: poetry lock
61
- name: Install dependencies and library
0 commit comments