Skip to content

Commit 7895ba9

Browse files
committed
updated publish package job name with development to clarify the publishing package type
1 parent 188c0ec commit 7895ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
${{ runner.temp }}/${{ env.nuget-packages-directory }}/**/*.nupkg
190190
${{ runner.temp }}/${{ env.nuget-packages-directory }}/**/*.snupkg
191191
192-
publish-package:
192+
publish-development-package:
193193
name: 'Publish development package'
194194
needs: [pack]
195195
env:

0 commit comments

Comments
 (0)