mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-11-01 01:19:32 +01:00 
			
		
		
		
	Update release workflow for more consistency.
This commit is contained in:
		
							parent
							
								
									aac88da1c6
								
							
						
					
					
						commit
						eeef0c0082
					
				
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -32,7 +32,9 @@ jobs:
 | 
				
			|||||||
          python-version: '3.x'
 | 
					          python-version: '3.x'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Ansible.
 | 
					      - name: Install Ansible.
 | 
				
			||||||
        run: pip3 install ansible-base
 | 
					        run: pip3 install ansible-core
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Trigger a new import on Galaxy.
 | 
					      - name: Trigger a new import on Galaxy.
 | 
				
			||||||
        run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
 | 
					        run: >-
 | 
				
			||||||
 | 
					          ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
 | 
				
			||||||
 | 
					          $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user