Typo in gh actions yml

This commit is contained in:
Caelan Sayler
2022-04-27 12:46:04 +01:00
parent 9bc58a112a
commit 371b5013f5

View File

@@ -35,5 +35,5 @@ jobs:
path: .\build\Clowd.Squirrel*.nupkg path: .\build\Clowd.Squirrel*.nupkg
if-no-files-found: error if-no-files-found: error
- name: Publish to GitHub Packages - name: Publish to GitHub Packages
if: {{ github.ref == 'ref/head/develop' }} if: ${{ github.ref == 'ref/head/develop' }}
run: dotnet nuget push .\build\Clowd.Squirrel*.nupkg run: dotnet nuget push .\build\Clowd.Squirrel*.nupkg