Skip to content

Commit 2ab8230

Browse files
Update build-test-deploy.yml
1 parent 3621463 commit 2ab8230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ jobs:
6969
run: |
7070
$tagVersion = "${{ github.ref }}".substring(11)
7171
dotnet nuget push IntelliTect.TestTools.Console.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
72+
- name: Release
73+
- uses: softprops/action-gh-release@v1
74+
with:
75+
fail_on_unmatched_files: true
76+
generate_release_notes: true
77+
files: IntelliTect.TestTools.Console.$tagVersion.nupkg

0 commit comments

Comments
 (0)