Skip to content

Commit 5e7892a

Browse files
committed
fix: workflows
1 parent 66b8a33 commit 5e7892a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget-pub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish NuGet Package
2-
defaults:
3-
working-directory: ./my-project-root
2+
43
on:
54
push:
65
tags:
76
- 'v*' # triggers on tags like v1.0.0
8-
7+
defaults:
8+
working-directory: ./my-project-root
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)