mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-11-04 09:20:56 +00:00 
			
		
		
		
	Include tag name in release upload command
This commit is contained in:
		
							parent
							
								
									d9d93574f2
								
							
						
					
					
						commit
						301418eb5d
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -83,7 +83,7 @@ jobs:
 | 
				
			|||||||
            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
 | 
				
			||||||
            sed -i.tmp "s/ATTESTATION_ID/$ATTESTATION_ID/g" .github/templates/release.md
 | 
					            sed -i.tmp "s/ATTESTATION_ID/$ATTESTATION_ID/g" .github/templates/release.md
 | 
				
			||||||
            gh release create $TAG_NAME -d -F .github/templates/release.md
 | 
					            gh release create $TAG_NAME -d -F .github/templates/release.md
 | 
				
			||||||
            gh release upload Secretive.zip
 | 
					            gh release upload $TAG_NAME Secretive.zip
 | 
				
			||||||
      env:
 | 
					      env:
 | 
				
			||||||
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
					        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        TAG_NAME: ${{ github.ref }}
 | 
					        TAG_NAME: ${{ github.ref }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user