Lift dry run flag from publish.yaml
This commit is contained in:
		
							parent
							
								
									8313209e0e
								
							
						
					
					
						commit
						4fc0359625
					
				| @ -14,9 +14,9 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Publish to Gitea Cargo registry | ||||
|         run: nix develop -c cargo publish --dry-run --token ${{ secrets.GITEA_TOKEN }} --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/  | ||||
|         run: nix develop -c cargo publish --token ${{ secrets.GITEA_TOKEN }} --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/  | ||||
|       - name: Publish to crates.io | ||||
|         run: nix develop -c cargo publish --dry-run --token ${{ secrets.CRATESIO_TOKEN }} | ||||
|         run: nix develop -c cargo publish --token ${{ secrets.CRATESIO_TOKEN }} | ||||
|       - name: Publish to Gitea Releases | ||||
|         uses: akkuman/gitea-release-action@v1 | ||||
|         with: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user