We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ed567 commit 239b149Copy full SHA for 239b149
.github/workflows/bump_version.yaml
@@ -32,6 +32,10 @@ jobs:
32
runs-on: ubuntu-latest
33
name: "Bump version and create changelog with commitizen"
34
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
+
39
- name: Check out
40
uses: actions/checkout@v4
41
with:
0 commit comments