Skip to content

Commit 0949c66

Browse files
committed
chore: format
1 parent 972fffe commit 0949c66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- name: Test
1111
uses: devcontainers/[email protected]
1212
with:
13-
push: never
14-
runCmd: dotnet test
13+
push: never
14+
runCmd: dotnet test

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Test
1616
uses: devcontainers/[email protected]
1717
with:
18-
push: never
19-
runCmd: dotnet test
18+
push: never
19+
runCmd: dotnet test
2020
- name: Publish
2121
uses: devcontainers/[email protected]
2222
with:
23-
push: never
24-
runCmd: dotnet build -c Release && dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_KEY }} -n -s https://api.nuget.org/v3/index.json --skip-duplicate
23+
push: never
24+
runCmd: dotnet build -c Release && dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_KEY }} -n -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)