From e8d58f7d3b7a50fc20928dba3f2f32a6d2dc8043 Mon Sep 17 00:00:00 2001 From: Ulenar of Mondarth Date: Mon, 14 Jul 2025 18:26:14 +0000 Subject: [PATCH] ci: corrects mistaken edit --- .gitea/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/bump-version.yml b/.gitea/workflows/bump-version.yml index 79e82a7..57e4661 100644 --- a/.gitea/workflows/bump-version.yml +++ b/.gitea/workflows/bump-version.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: "${r secrets.PERSONAL_ACCESS_TOKEN }}" + token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: