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 78de588 commit c9e24eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build and prepare for release
- name: Build
run: dotnet build --no-restore && echo "::set-output name=today::$(date +"%d-%m-%y")"


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

0 comments on commit c9e24eb

Please sign in to comment.