Skip to content

Commit

Permalink
Fixed testing automation
Browse files Browse the repository at this point in the history
- The new commit/tag decoupling requires the `--no-tag` flag
  • Loading branch information
coordt committed Dec 29, 2023
1 parent 9418a14 commit 19215f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
export PR_NUMBER=$(gh pr view --json number -q .number || echo "")
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
echo "::notice::PR_NUMBER is: ${PR_NUMBER}"
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
env:
GH_TOKEN: ${{ secrets.PAT }}

Expand Down

0 comments on commit 19215f1

Please sign in to comment.