Skip to content

Commit 581522c

Browse files
committed
feat: fix scaleway-core version during release
1 parent 0599066 commit 581522c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: poetry version $(echo "${{ github.ref }}" | cut -d "/" -f 3)
3131
working-directory: scaleway-core
3232
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)
3335
- name: Update lock file
3436
run: poetry lock
3537
- name: Install dependencies and library

0 commit comments

Comments
 (0)