mirror of
https://github.com/noviceli/jetbra
synced 2024-11-22 05:06:24 +03:00
update release action
This commit is contained in:
parent
1389e64153
commit
9ce41377b6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -44,8 +44,8 @@ jobs:
|
|||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
git config user.email "${{ GITHUB_ACTOR }}@users.noreply.github.com"
|
||||
git config user.name "${{ GITHUB_ACTOR }}"
|
||||
git config user.email "novice88@users.noreply.github.com"
|
||||
git config user.name "novice88"
|
||||
|
||||
- name: Create Tag
|
||||
run: git tag -a v${{ github.run_number }} -m "Release version v${{ github.run_number }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue