Skip to content

Commit 332baf6

Browse files
author
Mark Whitaker
committed
Rename job
1 parent 9f6bdae commit 332baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
publish-to-nuget:
11-
name: Publish to NuGet.org
11+
name: Build, test and publish to NuGet.org
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- run: echo "ASSEMBLY_VERSION=$(echo $VERSION | sed -e 's/-.*//')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)