Skip to content

Commit 239b149

Browse files
Update bump_version.yaml
1 parent 27ed567 commit 239b149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump_version.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
runs-on: ubuntu-latest
3333
name: "Bump version and create changelog with commitizen"
3434
steps:
35+
- name: Debug token (bump-version job)
36+
run: |
37+
echo "Token from setup job is set: ${{ needs.setup.outputs.PERSONAL_ACCESS_TOKEN != '' }}"
38+
3539
- name: Check out
3640
uses: actions/checkout@v4
3741
with:

0 commit comments

Comments
 (0)