File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments