mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-01 01:25:27 +08:00 
			
		
		
		
	Enable publish for all tags (skip-ci)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -55,7 +55,7 @@ jobs: | |||||||
|   publish: |   publish: | ||||||
|     name: Publish |     name: Publish | ||||||
|     needs: [build] |     needs: [build] | ||||||
|     if: "!contains(github.event.head_commit.message, 'skip-ci')" |     if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')" | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patrik Svensson
					Patrik Svensson