Try to fix publish.yaml workflow
This commit is contained in:
		
							parent
							
								
									2353c1648e
								
							
						
					
					
						commit
						912b69ef93
					
				| @ -14,7 +14,7 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Publish to Gitea Cargo registry | ||||
|         run: nix develop -c cargo publish --token "Bearer ${{ secrets.GITEA_TOKEN }}" --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/  | ||||
|         run: nix develop -c cargo publish --token "Bearer ${{ secrets.GITHUB_TOKEN }}" --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/ | ||||
|       - name: Publish to crates.io | ||||
|         run: nix develop -c cargo publish --token ${{ secrets.CRATESIO_TOKEN }} | ||||
|       - name: Publish to Gitea Releases | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user