Skip to content

Commit 0851490

Browse files
committed
fix(ci): remove quotes
1 parent cb975ec commit 0851490

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ before_script:
88
build:
99
stage: build
1010
script:
11-
- 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12-
- 'mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE'
11+
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12+
- mono /bin/NuGet.exe push artifacts/*.nupkg $NUGET_KEY -Source $NUGET_SOURCE
1313
only:
1414
- master
15-

0 commit comments

Comments
 (0)