Skip to content

Commit 0eb580a

Browse files
authored
chore: set scaleway-core version to package version on release (#42)
1 parent 8412ee4 commit 0eb580a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
run: |
2727
pip install poetry
2828
poetry --version
29+
- name: Set scaleway-core version
30+
run: poetry version $(echo "${{ github.ref }}" | cut -d "/" -f 3)
31+
working-directory: scaleway-core
32+
if: matrix.lib != 'scaleway-core'
33+
- name: Update lock file
34+
run: poetry lock
2935
- name: Install dependencies and library
3036
run: poetry install
3137
- name: Set package version

0 commit comments

Comments
 (0)