Skip to content

Commit b62d5e3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ 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
72+
- name: Upload nupkg to Releases
73+
uses: softprops/action-gh-release@v1
7474
with:
7575
fail_on_unmatched_files: true
7676
generate_release_notes: true

0 commit comments

Comments
 (0)