Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
halal-beef authored Jan 3, 2022
1 parent c9e24eb commit bef250b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
- name: Build and prepare for release
id: date
run: dotnet build --no-restore && echo "::set-output name=today::$(date +"%d-%m-%y")"


Expand All @@ -29,6 +30,6 @@ jobs:
files: |
/home/runner/work/SharpBoot/SharpBoot/SharpBoot/bin/Debug/net472/SharpBoot.dll
name: SharpBoot Release
tag_name: ${{ steps.Build.outputs.today }}
tag_name: ${{ steps.date.outputs.today }}
env:
GITHUB_TOKEN: ${{ secrets.TEST }}

0 comments on commit bef250b

Please sign in to comment.