File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 6161          user : ${{ secrets.PYPI_USERNAME }} 
6262          password : ${{ secrets.PYPI_PASSWORD }} 
6363
64+       - name : Checkout develop branch 
65+         uses : actions/checkout@v2 
66+         with :
67+           ref : ' develop' 
68+           fetch-depth : 0 
69+ 
6470      - name : Update CHANGELOG.md 
6571        id : changelogUpdate 
6672        run : | 
7379          mv ${{ env.CHANGE_LOG_FILE }}${{ env.TMP_SUFFIX }} ${{ env.CHANGE_LOG_FILE }} 
7480          git add ${{ env.CHANGE_LOG_FILE }} 
7581          git commit -m "Changelog update" 
76-           git push 
7782
7883       - name : Read changelog Entry 
7984        id : readChangelogEntry 
9499          draft : false 
95100          prerelease : false 
96101
97-       - name : Checkout develop branch 
98-         uses : actions/checkout@v2 
99-         with :
100-           ref : ' develop' 
101-           fetch-depth : 0 
102- 
103102      - name : Merge release branch into develop 
104103        id : mergeIntoDevelop 
105104        run : | 
@@ -117,4 +116,4 @@ jobs:
117116          mv ${{ env.VERSION_FILE }}${{ env.TMP_SUFFIX }} ${{ env.VERSION_FILE }} 
118117          git add ${{ env.VERSION_FILE }} 
119118          git commit -m "Version update" 
120-           git push origin develop  
119+           git push 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments