mirror of
				https://github.com/nixietab/picodulce.git
				synced 2025-11-04 07:20:59 +00:00 
			
		
		
		
	Update Build.yml
This commit is contained in:
		
							parent
							
								
									5792bcb6eb
								
							
						
					
					
						commit
						0702f918dd
					
				
							
								
								
									
										7
									
								
								.github/workflows/Build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/Build.yml
									
									
									
									
										vendored
									
									
								
							@ -45,9 +45,10 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - name: Tag release
 | 
					    - name: Tag release
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        VERSION_NAME="${VERSION} ${NAME}"
 | 
					        $VERSION_NAME = "${env:VERSION} ${env:NAME}"
 | 
				
			||||||
        git tag -a "v${VERSION}" -m "Release ${VERSION_NAME}"  # Tag the release with version number and name
 | 
					        git tag -a "v${env:VERSION}" -m "Release $VERSION_NAME"  # Tag the release with version number and name
 | 
				
			||||||
        git push origin "v${VERSION}"  # Push the tag to GitHub
 | 
					        git push origin "v${env:VERSION}"  # Push the tag to GitHub
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Create Release
 | 
					    - name: Create Release
 | 
				
			||||||
      uses: softprops/action-gh-release@v1
 | 
					      uses: softprops/action-gh-release@v1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user