fix(ci): autotag
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -47,7 +47,7 @@ jobs:
 | 
				
			|||||||
        run: npx quartz build --bundleInfo
 | 
					        run: npx quartz build --bundleInfo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Create release tag
 | 
					      - name: Create release tag
 | 
				
			||||||
        uses: Klemensas/action-autotag@stable
 | 
					        uses: phish108/autotag-action@v1.1.55
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 | 
					          github-token: ${{ secrets.GITHUB_TOKEN}}
 | 
				
			||||||
          tag_prefix: "v"
 | 
					          with-v: "true"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user