We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9418a14 commit 19215f1Copy full SHA for 19215f1
.github/workflows/test.yaml
@@ -83,7 +83,7 @@ jobs:
83
export PR_NUMBER=$(gh pr view --json number -q .number || echo "")
84
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
85
echo "::notice::PR_NUMBER is: ${PR_NUMBER}"
86
- bump-my-version bump dev bumpversion/__init__.py --no-commit --no-configured-files -v
+ bump-my-version bump dev bumpversion/__init__.py --no-commit --no-tag --no-configured-files -v
87
env:
88
GH_TOKEN: ${{ secrets.PAT }}
89
0 commit comments