Skip to content

Commit

Permalink
Fixing tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmello committed Nov 4, 2023
1 parent dcde337 commit 13cdfba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: .NET Release
on:
push:
tags:
Expand All @@ -15,9 +15,7 @@ jobs:
dotnet-quality: "preview"
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Publish
- name: Build & Publish
run: dotnet publish -c Release -r win-x64 -o output --no-build
- name: Archive Release
uses: thedoctor0/[email protected]
Expand Down

0 comments on commit 13cdfba

Please sign in to comment.