fix(gha): Add version to craft-action
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,7 +7,7 @@ jobs:
 | 
				
			|||||||
    name: "Release a new version"
 | 
					    name: "Release a new version"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
        - uses: actions/checkout@v2
 | 
					        - uses: actions/checkout@v2
 | 
				
			||||||
        - uses: getsentry/craft-action
 | 
					        - uses: getsentry/craft-action@master
 | 
				
			||||||
          with:
 | 
					          with:
 | 
				
			||||||
            action: prepare
 | 
					            action: prepare
 | 
				
			||||||
            version: ${{ github.event.client_payload.version }}
 | 
					            version: ${{ github.event.client_payload.version }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user