Update .gitlab-ci.yml
This commit is contained in:
		@@ -16,7 +16,8 @@ build:
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
release:
 | 
					release:
 | 
				
			||||||
  stage: release
 | 
					  stage: release
 | 
				
			||||||
  only: tags
 | 
					  only: 
 | 
				
			||||||
 | 
					    - tags
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - gitlab-release --message 'Automatic release' ./src/main.pdf
 | 
					    - gitlab-release --message 'Automatic release' ./src/main.pdf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user