Updating to use more up-to-date release
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Create Release / build (push) Failing after 3s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Create Release / build (push) Failing after 3s
				
			This commit is contained in:
		@@ -4,8 +4,6 @@ on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
      - main
 | 
			
		||||
    tags:
 | 
			
		||||
      - 'v*'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
@@ -31,11 +29,10 @@ jobs:
 | 
			
		||||
          zip -r fourthwall-store-embed.zip . -x ".git/*" ".gitea/*"
 | 
			
		||||
 | 
			
		||||
      - name: Create Release
 | 
			
		||||
        uses: actions/release@v1
 | 
			
		||||
        uses: marvinpinto/action-automatic-releases@latest
 | 
			
		||||
        with:
 | 
			
		||||
          username: ${{ secrets.CI_USER }}
 | 
			
		||||
          password: ${{ secrets.CI_TOKEN }}
 | 
			
		||||
          title: Release ${{ steps.get_version.outputs.version }}
 | 
			
		||||
          repo_token: "${{ secrets.REPO_TOKEN }}"
 | 
			
		||||
          title: Fourthwall-store-embed Release ${{ steps.get_version.outputs.version }}
 | 
			
		||||
          tag_name: ${{ steps.get_version.outputs.version }}
 | 
			
		||||
          files: |
 | 
			
		||||
            fourthwall-store-embed.zip
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user