mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -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')
|
$date = (Get-Date).AddDays(1).ToString('yyyy-MM-dd')
|
||||||
echo "CURRENT_DATE=$date" >> $GITHUB_ENV
|
echo "CURRENT_DATE=$date" >> $GITHUB_ENV
|
||||||
shell: pwsh
|
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
|
- name: Create Release and Upload Asset
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user