Skip to content

Commit d434107

Browse files
authored
Fixes #2440 Build action: Add version to the run name (#2441)
1 parent 25c0cb4 commit d434107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build and Publish
2+
run-name: Version 12.1.${{ github.run_number }} (${{ github.event.head_commit.message }})
23

34
on:
45
push:
@@ -49,4 +50,4 @@ jobs:
4950
- name: Publish to GitHub registry
5051
# if it is a merge to default branch
5152
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
52-
run: dotnet nuget push *.nupkg --source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
53+
run: dotnet nuget push *.nupkg --source https://nuget.pkg.github.com/${{github.repository_owner}}/index.json --api-key ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)