Merge 47c73f6196
into release
This commit is contained in:
commit
d1f4402f3f
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -29,9 +29,14 @@ jobs:
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
message: "Updated version number"
|
message: "Updated version number"
|
||||||
tag: -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Add <version number> Git Tag
|
||||||
|
run: |
|
||||||
|
git config --global user.name ${{ github.actor }}
|
||||||
|
git config --global user.email "<>"
|
||||||
|
git tag -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
|
||||||
|
git push -f --tags
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue