This commit is contained in:
		@@ -22,3 +22,12 @@ jobs:
 | 
				
			|||||||
          cache: 'maven'
 | 
					          cache: 'maven'
 | 
				
			||||||
      - name: Build with Maven
 | 
					      - name: Build with Maven
 | 
				
			||||||
        run: mvn -B package --file pom.xml
 | 
					        run: mvn -B package --file pom.xml
 | 
				
			||||||
 | 
					      - name: Publish to Gitea Packages
 | 
				
			||||||
 | 
					        uses: gitea/actions/publish-package@v1
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          token: ${{ secrets.GITEATOKEN }}
 | 
				
			||||||
 | 
					          owner: ${{ github.repository_owner }}
 | 
				
			||||||
 | 
					          repo: ${{ github.event.repository.name }}
 | 
				
			||||||
 | 
					          package-name: spring-demo
 | 
				
			||||||
 | 
					          package-version: ${{ github.sha }}
 | 
				
			||||||
 | 
					          file: target/your-artifact.jar
 | 
				
			||||||
		Reference in New Issue
	
	Block a user