Skip to content

Commit 3e47f91

Browse files
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent ec56c5f commit 3e47f91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
PRERELEASE_SUFFIX: "beta"
8989
PRERELEASE: ${{ (github.base_ref != 'main') && 'true' || 'false' }}
9090
DRY_RUN: true
91+
INITIAL_VERSION: ${{ steps.pyproject_version.outputs.TAG }}
9192

9293
- name: Summary
9394
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
PRERELEASE_SUFFIX: "beta"
6666
PRERELEASE: ${{ (github.base_ref != 'main') && 'false' || 'false' }}
6767
DRY_RUN: true
68+
INITIAL_VERSION: ${{ steps.pyproject_version.outputs.TAG }}
6869

6970
- name: Compare versions
7071
run: |

0 commit comments

Comments
 (0)