ci(craft): Add delay between prepare and publish
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -26,6 +26,10 @@ jobs:
 | 
			
		||||
            GIT_COMMITTER_NAME: getsentry-bot
 | 
			
		||||
            GIT_AUTHOR_NAME: getsentry-bot
 | 
			
		||||
            EMAIL: bot@getsentry.com
 | 
			
		||||
        # Wait until the builds start. Craft should do this automatically
 | 
			
		||||
        # but it is broken now.
 | 
			
		||||
        # TODO: Remove this once getsentry/craft#111 is fixed
 | 
			
		||||
        - run: sleep 10
 | 
			
		||||
        - uses: getsentry/craft@master
 | 
			
		||||
          with:
 | 
			
		||||
            action: publish
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user