File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3232      bazel_test_command : " bazel test //src/... //test/... //third_party/..." 
3333      prerelease : false 
3434      release_files : rules_scala-*.tar.gz 
35-       release_prep_command : .github/workflows/workspace_snippet.sh 
3635      tag_name : ${{ inputs.tag_name || github.ref_name }} 
3736
3837  publish-to-bcr :
Original file line number Diff line number Diff line change 22
33set  -o errexit -o nounset -o pipefail
44
5- #  Set by GH actions, see
6- #  https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
7- TAG=" ${GITHUB_REF_NAME} " 
5+ #  Single tag arg is passed by https://github.com/bazel-contrib/.github/blob/master/.github/workflows/release_ruleset.yaml
6+ TAG=" $1 " 
87VERSION=" ${TAG: 1} " 
98PREFIX=" rules_scala-${VERSION} " 
109ARCHIVE=" rules_scala-$TAG .tar.gz" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments