Skip to content

Commit

Permalink
馃敡Publish NuGet on this branch (it's a merge branch...)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Aug 18, 2023
1 parent 86b5977 commit e77d7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
push_artifacts:
name: "Push artifacts"
# TEMP
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/feature/new-converter-api'
# if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/v')
needs: [ "build_main", "build_sec" ]
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.7.0.75501" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.4.0" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.3.0" />
</ItemGroup>
</Project>

0 comments on commit e77d7d3

Please sign in to comment.