mirror of https://github.com/dapr/dotnet-sdk.git
Fix package publishing
This commit is contained in:
parent
51e0584110
commit
909130d9c2
|
|
@ -107,6 +107,7 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: packages
|
||||
path: packages
|
||||
- name: Publish binaries to github for tags
|
||||
if: startswith(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue