@@ -25,7 +25,9 @@ steps:
 | 
			
		||||
    depends_on: build-release
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk add tea
 | 
			
		||||
      - tea login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN
 | 
			
		||||
      - echo $GITEATKN
 | 
			
		||||
      - echo ${GITEATKN}
 | 
			
		||||
      - tea login add --name=temp --url=https://git.vertinext.com/ --token=${GITEATKN}
 | 
			
		||||
      - tea releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG}
 | 
			
		||||
 | 
			
		||||
  - name: notify-on-branch-push
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user