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