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 2d4434d commit 6295796Copy full SHA for 6295796
{{cookiecutter.project_name}}/.github/workflows/bump-version.yml
@@ -7,14 +7,14 @@ on:
7
8
jobs:
9
bump-version:
10
- if: "!startsWith(github.event.head_commit.message, "bump:")"
+ if: "!startsWith(github.event.head_commit.message, 'bump:')"
11
runs-on: ubuntu-latest
12
name: "Bump version and create changelog with commitizen"
13
steps:
14
- name: Check out
15
uses: actions/checkout@v4
16
with:
17
- token: {{ "\"${{ secrets.PERSONAL_ACCESS_TOKEN }}\"" }}
+ token: {{ "${{ secrets.PERSONAL_ACCESS_TOKEN }}" }}
18
fetch-depth: 0
19
- name: Create bump and changelog
20
uses: commitizen-tools/commitizen-action@master
0 commit comments