Update .github/workflows/on-push.yml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				build-packages / meilisearch-dotnet-packages (push) Failing after 1m34s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	build-packages / meilisearch-dotnet-packages (push) Failing after 1m34s
				
			This commit is contained in:
		
							parent
							
								
									c78116109b
								
							
						
					
					
						commit
						102c8c0ea0
					
				
							
								
								
									
										9
									
								
								.github/workflows/on-push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/on-push.yml
									
									
									
									
										vendored
									
									
								
							| @ -37,13 +37,6 @@ jobs: | |||||||
|           git tag $GitVersion_SemVer |           git tag $GitVersion_SemVer | ||||||
|           git push origin $GitVersion_SemVer |           git push origin $GitVersion_SemVer | ||||||
| 
 | 
 | ||||||
|       - name: Authorise NuGet |  | ||||||
|         uses: StirlingLabs/GithubNugetAuthAction@main |  | ||||||
|         with: |  | ||||||
|           owner: data443 |  | ||||||
|           name: Data443 |  | ||||||
|           token: ${{secrets.GITHUBTOKEN}} |  | ||||||
| 
 |  | ||||||
|       - name: Set up GitVersion |       - name: Set up GitVersion | ||||||
|         uses: gittools/actions/gitversion/setup@v0.9.15 |         uses: gittools/actions/gitversion/setup@v0.9.15 | ||||||
|         with: |         with: | ||||||
| @ -62,5 +55,5 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - run: dotnet build --configuration Release |       - run: dotnet build --configuration Release | ||||||
|       - run: dotnet pack ./meilisearch.NET/meilisearch.NET.csproj --output nuget-packages --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg |       - run: dotnet pack ./meilisearch.NET/meilisearch.NET.csproj --output nuget-packages --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg | ||||||
|       - run: dotnet nuget push **/*.nupkg --skip-duplicate -s "https://nuget.pkg.github.com/D4M13N-D3V/index.json" --api-key ${{secrets.GITHUB_TOKEN}} |       - run: dotnet nuget push **/*.nupkg --skip-duplicate -s "https://git.d4m13n.dev/api/packages/damien/nuget/index.json" --api-key ${{secrets.GITEA_TOKEN}} | ||||||
|       - run: dotnet nuget remove source Data443 |       - run: dotnet nuget remove source Data443 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user