From be5c7e82924b65777bec3db7fef3e5114786f6ac Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 20:41:19 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 9437640..e9066eb 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -26,8 +26,8 @@ jobs: run: npm version ${{ github.ref_name }} --no-git-tag-version - name: Commit and Push Changes run: | - git config user.name "${{ USERNAME_GIT }}" - git config user.email "${{ EMAIL_GIT }}" + git config user.name "${{ vars.USERNAME_GIT }}" + git config user.email "${{ vars.EMAIL_GIT }}" git add package.json git commit -m "Update version to ${{ github.ref_name }}" git push origin HEAD