.gitea/workflows/release-drafter.yml aktualisiert
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
				
			This commit is contained in:
		@@ -9,13 +9,13 @@ jobs:
 | 
			
		||||
    if: startsWith(github.ref, 'refs/tags/')
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Build Changelog
 | 
			
		||||
        id: github_release
 | 
			
		||||
        uses: mikepenz/release-changelog-builder-action@v3
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
 | 
			
		||||
      - name: Create Release
 | 
			
		||||
        uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
 | 
			
		||||
      - name: Setup Go
 | 
			
		||||
        uses: actions/setup-go@v3
 | 
			
		||||
        with:
 | 
			
		||||
          body: ${{steps.github_release.outputs.changelog}}
 | 
			
		||||
          go-version: '1.20'
 | 
			
		||||
 | 
			
		||||
      - name: Use Go Action  
 | 
			
		||||
        id: use-go-action
 | 
			
		||||
        uses: https://git.beisel.it/florian/gitea-release-drafter@v1
 | 
			
		||||
        with:
 | 
			
		||||
          username: foo
 | 
			
		||||
		Reference in New Issue
	
	Block a user