Skip to content

Commit dffe53a

Browse files
committed
fix(ci): invalid ci file
1 parent 6f2d538 commit dffe53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99
stage: build
1010
script:
1111
- dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts
12-
- mono /bin/NuGet.exe push ./artifacts/**.nupkg -ApiKey $NUGET_KEY'
12+
- mono /bin/NuGet.exe push artifacts/**.nupkg -ApiKey $NUGET_KEY
1313
only:
1414
- master

0 commit comments

Comments
 (0)