mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	github.ref instead of GITHUB_REF
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -156,7 +156,7 @@ jobs:
 | 
			
		||||
      -
 | 
			
		||||
        id: get_branch_name
 | 
			
		||||
        run: |
 | 
			
		||||
          branch_name=$(echo ${{ GITHUB_REF }} | cut -d/ -f3)
 | 
			
		||||
          branch_name=$(echo ${{ github.ref }} | cut -d/ -f3)
 | 
			
		||||
          echo "::set-output name=branch_name::$branch_name"
 | 
			
		||||
      -
 | 
			
		||||
        name: Create Release
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user