Create tag
This commit is contained in:
parent
91580cca28
commit
0936a15d29
1
.github/workflows/tag.yml
vendored
1
.github/workflows/tag.yml
vendored
|
@ -18,4 +18,5 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git tag "v${{ steps.determine-version.outputs.version }}" -a -m "Create new release"
|
||||
git push origin "v${{ steps.determine-version.outputs.version }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user