Skip to content

Commit 9b4f210

Browse files
authored
Update Dotnet_template.yml
1 parent a449843 commit 9b4f210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Dotnet_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: mono .nuget/nuget.exe pack -NoDefaultExcludes
3232
- name: GitHub Release
3333
if: |
34-
success() &&
35-
startsWith(github.ref, 'refs/tags/')
34+
(success() &&
35+
startsWith(github.ref, 'refs/tags/'))
3636
uses: softprops/action-gh-release@v1
3737
with:
3838
files: ./**/*.nupkg

0 commit comments

Comments
 (0)