Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 20:41:19 +00:00
parent 8f6e098b40
commit be5c7e8292
+2 -2
View File
@@ -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