Merge pull request #16 from cccb/dependabot/github_actions/staging/thedoctor0/zip-release-0.7.6
gh-action: bump thedoctor0/zip-release from 0.7.1 to 0.7.6
This commit is contained in:
		
						commit
						4e526a29ac
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -82,7 +82,7 @@ jobs:
 | 
			
		|||
      - name: Generate timestamp
 | 
			
		||||
        run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
 | 
			
		||||
      - name: Create Release Archive
 | 
			
		||||
        uses: thedoctor0/zip-release@0.7.1
 | 
			
		||||
        uses: thedoctor0/zip-release@0.7.6
 | 
			
		||||
        with:
 | 
			
		||||
          type: zip
 | 
			
		||||
          filename: ../release-staging-${{ env.timestamp }}.zip
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +110,7 @@ jobs:
 | 
			
		|||
      - name: Generate timestamp
 | 
			
		||||
        run: echo "timestamp=$(date -u +'%Y-%m-%dT%H%M%SZ')" >> $GITHUB_ENV
 | 
			
		||||
      - name: Create Release Archive
 | 
			
		||||
        uses: thedoctor0/zip-release@0.7.1
 | 
			
		||||
        uses: thedoctor0/zip-release@0.7.6
 | 
			
		||||
        with:
 | 
			
		||||
          type: zip
 | 
			
		||||
          filename: ../release-production-${{ env.timestamp }}.zip
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue