feat: auto-tag releases (closes #560)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -45,3 +45,9 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Ensure Quartz builds, check bundle info
 | 
					      - name: Ensure Quartz builds, check bundle info
 | 
				
			||||||
        run: npx quartz build --bundleInfo
 | 
					        run: npx quartz build --bundleInfo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Create release tag
 | 
				
			||||||
 | 
					        uses: Klemensas/action-autotag@stable
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 | 
				
			||||||
 | 
					          tag_prefix: "v"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user