update release action
This commit is contained in:
parent
1389e64153
commit
9ce41377b6
|
@ -44,8 +44,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
git config user.email "${{ GITHUB_ACTOR }}@users.noreply.github.com"
|
git config user.email "novice88@users.noreply.github.com"
|
||||||
git config user.name "${{ GITHUB_ACTOR }}"
|
git config user.name "novice88"
|
||||||
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
run: git tag -a v${{ github.run_number }} -m "Release version v${{ github.run_number }}"
|
run: git tag -a v${{ github.run_number }} -m "Release version v${{ github.run_number }}"
|
||||||
|
|
Loading…
Reference in New Issue