Skip to content

Commit 811b181

Browse files
committed
Updating CI/CD workflows for version release
Signed-off-by: S3B4SZ17 <[email protected]>
1 parent 7e54eb2 commit 811b181

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
uses: anothrNick/[email protected]
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86-
WITH_V: true
8786
DEFAULT_BUMP: "patch"
8887
TAG_CONTEXT: ${{ (github.base_ref != 'main') && 'branch' || 'repo' }}
8988
PRERELEASE_SUFFIX: "beta"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
uses: anothrNick/[email protected]
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
WITH_V: true
6463
DEFAULT_BUMP: "patch"
6564
TAG_CONTEXT: ${{ (github.base_ref != 'main') && 'branch' || 'repo' }}
6665
PRERELEASE_SUFFIX: "beta"
@@ -75,6 +74,7 @@ jobs:
7574
echo "### Version mismatch detected! :warning:
7675
Current version: ${{ steps.pyproject_version.outputs.TAG }}
7776
New version: **${{ steps.semantic_release.outputs.tag }}**
77+
Current tag: ${{ steps.semantic_release.outputs.old_tag }}
7878
Please update the version in pyproject.toml." >> $GITHUB_STEP_SUMMARY
7979
exit 1
8080
else

0 commit comments

Comments
 (0)