Update dotnet-publish.yml to use source branch (#18)
parent
a1dcbf1bc9
commit
e60a3afbde
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.workflow_run.head_branch }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Package .NET
|
||||
|
|
|
|||
Loading…
Reference in New Issue