Skip to content

Commit cfbace1

Browse files
committed
修改格式
1 parent 50ac91c commit cfbace1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nuget-tag-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: publish nuget
22

3-
on:
3+
on:
44
push:
55
tags:
66
- '*'
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
15+
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dotnet tool
2222
run: dotnet tool install -g dotnetCampus.TagToVersion
2323

24-
- name: Set tag to version
24+
- name: Set tag to version
2525
run: dotnet TagToVersion -t ${{ github.ref }}
2626

2727
- name: Build with dotnet
@@ -41,4 +41,4 @@ jobs:
4141
- name: Push generated package to GitHub registry
4242
run: |
4343
nuget push .\bin\Release\*.nupkg -Source github -SkipDuplicate
44-
nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbols
44+
nuget push .\bin\Release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbols

0 commit comments

Comments
 (0)