mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 09:20:56 +00:00 
			
		
		
		
	Fix release digest formatting
This commit is contained in:
		
							parent
							
								
									85d0cab0f5
								
							
						
					
					
						commit
						c81cba799f
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -77,7 +77,7 @@ jobs:
 | 
				
			|||||||
      uses: actions/attest-build-provenance@v2
 | 
					      uses: actions/attest-build-provenance@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        subject-name: "Secretive.zip"
 | 
					        subject-name: "Secretive.zip"
 | 
				
			||||||
        subject-digest: ${{ steps.upload.outputs.artifact-digest }}
 | 
					        subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
 | 
				
			||||||
    - name: Create Release
 | 
					    - name: Create Release
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
            sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
 | 
					            sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user