Skip to content

Commit

Permalink
ci: More .NET workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jun 4, 2024
1 parent f22ad65 commit 5338e6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: test
# only publish on a dotnet release
if: github.event_name == 'release' && endsWith(github.ref, '_dotnet')
if: github.event_name == 'release' && endsWith(github.ref_name, '_dotnet')

steps:
- name: Harden Runner
Expand Down

0 comments on commit 5338e6b

Please sign in to comment.