File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222    - name : Add NuGet source 
2323      run : nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/mysql-net/index.json" -UserName bgrainger -Password ${{ secrets.GITHUB_TOKEN }} 
2424    - name : Publish to GPR 
25-       run : nuget push src\PlaygroundLibrary\bin\Release\PlaygroundLibrary.${{ github.ref }}.nupkg -Source GPR 
25+       run : | 
26+         $tag = "${{ github.ref }}".Substring(10) 
27+         nuget push src\PlaygroundLibrary\bin\Release\PlaygroundLibrary.$tag.nupkg -Source GPR 
2628
2729release :
2830    name : Create Release 
Original file line number Diff line number Diff line change 11<Project  Sdk =" Microsoft.NET.Sdk" 
22
33  <PropertyGroup >
4-     <VersionPrefix >0.2.2 </VersionPrefix >
4+     <VersionPrefix >0.2.3 </VersionPrefix >
55    <TargetFramework >netstandard2.0</TargetFramework >
66    <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77    <Title >Playground Library</Title >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments