Update .gitea/workflows/build_and_puplish.yml
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
|||||||
run: npm version ${{ github.ref_name }} --no-git-tag-version
|
run: npm version ${{ github.ref_name }} --no-git-tag-version
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
git config user.name "${{ USERNAME_GIT }}"
|
git config user.name "${{ vars.USERNAME_GIT }}"
|
||||||
git config user.email "${{ EMAIL_GIT }}"
|
git config user.email "${{ vars.EMAIL_GIT }}"
|
||||||
git add package.json
|
git add package.json
|
||||||
git commit -m "Update version to ${{ github.ref_name }}"
|
git commit -m "Update version to ${{ github.ref_name }}"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
|
|||||||
Reference in New Issue
Block a user