Skip to content

Commit

Permalink
Fix dev versioning
Browse files Browse the repository at this point in the history
- added an echo of the PR_NUMBER
  • Loading branch information
coordt committed Oct 22, 2023
1 parent e89599f commit 1eed99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- name: Set dev version
shell: bash
run: |
export PR_NUMBER=$(gh pr view --json number -q .number || echo "")
PR_NUMBER=$(gh pr view --json number -q .number || echo "")
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
bump-my-version bump dev bumpversion/__init__.py --no-commit --no-configured-files -v
- name: Package
Expand Down

0 comments on commit 1eed99b

Please sign in to comment.