mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	fix(ci): test logic requires that tags start with a v
This commit is contained in:
		
							parent
							
								
									428b5e175f
								
							
						
					
					
						commit
						2b1b059591
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -75,7 +75,7 @@ jobs:
 | 
			
		|||
        uses: SELF@vTest
 | 
			
		||||
        with:
 | 
			
		||||
          direction: upload
 | 
			
		||||
          tag: a/v3.0
 | 
			
		||||
          tag: v/3.0
 | 
			
		||||
          token: FORGEJO_TEST_TOKEN
 | 
			
		||||
          release-dir: upload-dir-v3
 | 
			
		||||
          release-notes: "RELEASE NOTES"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,7 +85,7 @@ jobs:
 | 
			
		|||
        uses: SELF@vTest
 | 
			
		||||
        with:
 | 
			
		||||
          direction: download
 | 
			
		||||
          tag: a/v3.0
 | 
			
		||||
          tag: v/3.0
 | 
			
		||||
          token: FORGEJO_TEST_TOKEN
 | 
			
		||||
          release-dir: download-dir-v3
 | 
			
		||||
          verbose: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue