mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
Update release.yaml
This commit is contained in:
parent
57ff8b0188
commit
fec5b68b10
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -34,6 +34,14 @@ jobs:
|
||||
$date = (Get-Date).AddDays(1).ToString('yyyy-MM-dd')
|
||||
echo "CURRENT_DATE=$date" >> $GITHUB_ENV
|
||||
shell: pwsh
|
||||
- name: Set Git Config
|
||||
run: |
|
||||
git config --local user.email "contact@christitus.com"
|
||||
git config --local user.name "Chris Titus"
|
||||
- name: Create and Push Tag
|
||||
run: |
|
||||
git tag ${{ env.CURRENT_DATE }}
|
||||
git push origin ${{ env.CURRENT_DATE }}
|
||||
- name: Create Release and Upload Asset
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user