;ci: release: fix tag patterns
This commit is contained in:
		
							parent
							
								
									741662ac97
								
							
						
					
					
						commit
						bd4dcc2a0a
					
				
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -10,7 +10,11 @@ name: release | |||||||
| # also: "The action does not seem to work for tags created before the workflow." | # also: "The action does not seem to work for tags created before the workflow." | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     tags: [ '[0-9]*', 'r[0-9]*' ] |     tags: | ||||||
|  |       - '[0-9]+.[0-9]+' | ||||||
|  |       - '[0-9]+.[0-9]+-*' | ||||||
|  |       - '[0-9]+.[0-9]+.[0-9]+' | ||||||
|  |       - '[0-9]+.[0-9]+.[0-9]+-*' | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   release: |   release: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user