workflow: enable git tagging and pushing for Gitea releases
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -85,5 +85,5 @@ jobs:
 | 
				
			|||||||
        done
 | 
					        done
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        # Create release using git command
 | 
					        # Create release using git command
 | 
				
			||||||
        #git tag -a "v${VERSION}" -m "Release ${VERSION}"
 | 
					        git tag -a "v${VERSION}" -m "Release ${VERSION}"
 | 
				
			||||||
        git push origin "v${VERSION}"
 | 
					        git push origin "v${VERSION}"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user