Skip to content

Commit

Permalink
Fix pipeline for publishing nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jul 24, 2024
1 parent 2cd53ee commit 6fc4ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
secrets:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
with:
publish-nightly: ${{ github.ref_type != 'tag' && (github.ref == 'master' || github.ref == 'main') }}
publish-nightly: ${{ github.ref_type != 'tag' && (github.ref_name == 'master' || github.ref_name == 'main') }}
dotnet-version: 8

0 comments on commit 6fc4ba5

Please sign in to comment.