Skip to content

Commit 19215f1

Browse files
committed
Fixed testing automation
- The new commit/tag decoupling requires the `--no-tag` flag
1 parent 9418a14 commit 19215f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
export PR_NUMBER=$(gh pr view --json number -q .number || echo "")
8484
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
8585
echo "::notice::PR_NUMBER is: ${PR_NUMBER}"
86-
bump-my-version bump dev bumpversion/__init__.py --no-commit --no-configured-files -v
86+
bump-my-version bump dev bumpversion/__init__.py --no-commit --no-tag --no-configured-files -v
8787
env:
8888
GH_TOKEN: ${{ secrets.PAT }}
8989

0 commit comments

Comments
 (0)