From 66748fa506d356ab4df01c535ad5989905a602ee Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 22:38:55 -0400 Subject: [PATCH] fix main to master --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8ead3b..bfcda97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: github_base_url: "${{ github.server_url }}/" - name: Create bump and changelog - uses: CSVD/commitizen-action@main + uses: CSVD/commitizen-action@master with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} changelog_increment_filename: body.md