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 0599066 commit 581522cCopy full SHA for 581522c
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
run: poetry version $(echo "${{ github.ref }}" | cut -d "/" -f 3)
31
working-directory: scaleway-core
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
- name: Update lock file
36
run: poetry lock
37
- name: Install dependencies and library
0 commit comments